LiquidTechnologies.XmlObjects Namespace / LxDuration Structure / ParseXsdDuration Method
The string representation of an xs:duration

In This Topic
    ParseXsdDuration Method
    In This Topic
    Parses a string containing an xs:duration
    Syntax
    'Declaration
     
    
    Public Shared Function ParseXsdDuration( _
       ByVal xsdDuration As System.String _
    ) As LxDuration
    public static LxDuration ParseXsdDuration( 
       System.string xsdDuration
    )

    Parameters

    xsdDuration
    The string representation of an xs:duration

    Return Value

    An LxDuration object holding the value of the xs:duration in xsdDuration
    Exceptions
    ExceptionDescription
    If the xsdDuration is syntactically incorrect.
    Requirements

    Target Platforms: Windows 10, Windows 8, Windows 7, Windows Vista, Windows Server 2016, Windows Server 2012, Windows Server 2008. Please ensure you have the latest Service Pack for your operating system installed.

    See Also