Name | Description | |
---|---|---|
![]() | DateTime | Gets a System.DateTime value that represents the date and time of the current LxDateTime object. |
![]() | DateTimeOffset | Converts the value to a System.DateTimeOffset. |
![]() | Day | The day value (1-31 or 0 when not used) |
![]() | DayOfWeek | Gets the day of the week represented by the current System.DateTimeOffset object. |
![]() | DayOfYear | Gets the day of the year represented by the current System.DateTimeOffset object. |
![]() | HasTimeZone | Indicates the LxDateTime is relative to UTC time |
![]() | Hour | The hour value (0-23) |
![]() | IsDayValid | Indicates if the current LxDateTime has a valid Day component |
![]() | IsMonthValid | Indicates if the current LxDateTime has a valid Month component |
![]() | IsTimeValid | Indicates if the current LxDateTime has a valid time component (Hour, Minute, Second, MilliSecond, MicroSecond, NanoSecond) |
![]() | IsYearValid | Indicates if the current LxDateTime has a valid Year component |
![]() | LocalDateTime | Gets a System.DateTime value that represents the local date and time of the current LxDateTime object. |
![]() ![]() | LocalOffsetToUtc | The offset from the local timezone to UTC. |
![]() | MicroSecond | The microsecond value (0-999) |
![]() | MilliSecond | The millisecond value (0-999) |
![]() | Minute | The minute value (0-59) |
![]() | Month | The month value (1-12 or 0 when not used) |
![]() | NanoSecond | The nanosecond value (0-999) |
![]() ![]() | Now | The current date time (UTC) (Type = LxDateTimeType.DateTime). |
![]() | RealSecond | The seconds value as a real number |
![]() | Second | The hour (0-59) |
![]() | Time | Gets a System.TimeSpan value that represents the time of the current LxDateTime object. |
![]() | TimeZone | The timezone as a System.TimeSpan |
![]() ![]() | Today | The current date (UTC) (Type = LxDateTimeType.Date). |
![]() | Type | The type of XSD datetime value stored in this LxDateTime |
![]() | UtcDateTime | Gets a System.DateTime value that represents the Coordinated Universal Time (UTC) date and time of the current LxDateTime object. |
![]() | Year | The year value (0 when not used) |
![]() | ZoneHour | The timezone hour (-23 to +23) |
![]() | ZoneMinute | The timezone minute (0 to 59) |
![]() | ZuluTimeInLongForm | Indicates how times with a 0 offset from UTC should be shown, either +00:00 or Z. Only meaningful when HasTimeZone=true. |