LiquidTechnologies.XmlObjects Namespace / LxDateTime Structure


In This Topic
    LxDateTime Structure Properties
    In This Topic

    For a list of all members of this type, see LxDateTime members.

    Public Properties
     NameDescription
    Public PropertyGets a System.DateTime value that represents the date and time of the current LxDateTime object.  
    Public PropertyConverts the value to a System.DateTimeOffset.  
    Public PropertyThe day value (1-31 or 0 when not used)  
    Public PropertyGets the day of the week represented by the current System.DateTimeOffset object.  
    Public PropertyGets the day of the year represented by the current System.DateTimeOffset object.  
    Public PropertyIndicates the LxDateTime is relative to UTC time  
    Public PropertyThe hour value (0-23)  
    Public PropertyIndicates if the current LxDateTime has a valid Day component  
    Public PropertyIndicates if the current LxDateTime has a valid Month component  
    Public PropertyIndicates if the current LxDateTime has a valid time component (Hour, Minute, Second, MilliSecond, MicroSecond, NanoSecond)  
    Public PropertyIndicates if the current LxDateTime has a valid Year component  
    Public PropertyGets a System.DateTime value that represents the local date and time of the current LxDateTime object.  
    Public Propertystatic (Shared in Visual Basic)The offset from the local timezone to UTC.  
    Public PropertyThe microsecond value (0-999)  
    Public PropertyThe millisecond value (0-999)  
    Public PropertyThe minute value (0-59)  
    Public PropertyThe month value (1-12 or 0 when not used)  
    Public PropertyThe nanosecond value (0-999)  
    Public Propertystatic (Shared in Visual Basic)The current date time (UTC) (Type = LxDateTimeType.DateTime).  
    Public PropertyThe seconds value as a real number  
    Public PropertyThe hour (0-59)  
    Public PropertyGets a System.TimeSpan value that represents the time of the current LxDateTime object.  
    Public PropertyThe timezone as a System.TimeSpan  
    Public Propertystatic (Shared in Visual Basic)The current date (UTC) (Type = LxDateTimeType.Date).  
    Public PropertyThe type of XSD datetime value stored in this LxDateTime  
    Public PropertyGets a System.DateTime value that represents the Coordinated Universal Time (UTC) date and time of the current LxDateTime object.  
    Public PropertyThe year value (0 when not used)  
    Public PropertyThe timezone hour (-23 to +23)  
    Public PropertyThe timezone minute (0 to 59)  
    Public PropertyIndicates how times with a 0 offset from UTC should be shown, either +00:00 or Z. Only meaningful when HasTimeZone=true.  
    Top
    See Also