'Declaration
Public Shared Function ParseXsdYearMonthDuration( _ ByVal xsdDuration As System.String _ ) As LxDuration
public static LxDuration ParseXsdYearMonthDuration( System.string xsdDuration )
Parameters
- xsdDuration
- The string representation of an xs:yearMonthDuration
Return Value
An LxDuration object holding the value of the xs:yearMonthDuration in xsdDuration