LiquidTechnologies.XmlObjects Namespace / LxDateTimeType Enumeration

In This Topic
    LxDateTimeType Enumeration
    In This Topic
    The type of xsd date type represented.
    Syntax
    'Declaration
     
    
    Public Enum LxDateTimeType 
       Inherits System.Enum
    public enum LxDateTimeType : System.Enum 
    Members
    MemberValueDescription
    Date2Represents an xs:date
    DateTime1Represents an xs:dateTime
    GDay6Represents an xs:gDay
    GMonth7Represents an xs:gMonth
    GMonthDay8Represents an xs:gMonthDay
    GYear4Represents an xs:gYear
    GYearMonth3Represents an xs:gYearMonth
    None0The xsd date/time type could not be determined
    Time5Represents an xs:time
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             LiquidTechnologies.XmlObjects.LxDateTimeType

    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