Liquid XML Data Binder (C++, Java, VB6) / Reference / C# and VB .Net (Deprecated - use Liquid XML Objects) / Reference / XmlDateTime / Liquid XML Runtime for .Net - ParseISO8601Time - XmlDateTime
In This Topic
    Liquid XML Runtime for .Net - ParseISO8601Time - XmlDateTime
    In This Topic
    This feature has been superseded by Liquid XML Objects.
    (The original functionality is still included in the product)
    Use Liquid XML Objects
    void ParseISO8601Time(string xsdDate)
      Property Description  
        Argument xsdDate valid XML Schema date  
        Description Populates this XmlDateTime with the value specified as a valid XML ISO8601 date, gDay, gMonth, gYear, gMonthDay or gYearMonth.  
        Remarks A valid time (see ISO 8601 standard) comprising hh:mm:ss[.ff][[Z]|[[+|-]hh:mm]] where the parts in [...] are optional.

    Throws: LtInvalidValueException thrown on parsing invalid values.
    See: ParseISO8601Date(std::string)
    See: ParseISO8601Time(std::string)