DateTime
Description
Represents information about date and time.Structure fields and default values (if defined) are described below:
| Name | Type | Description |
|---|---|---|
| Milliseconds | int | Milliseconds. |
| Seconds | int | Seconds. |
| Minutes | int | Minutes. |
| Hour | int | Hour in 24h format |
| DayOfMonth | int | Day of the month. |
| Month | int | Month as a decimal number. |
| Year | int | Year |
| DayOfWeek | int | Day of the week as a decimal number with Sunday as 0. |
| DayOfYear | int | Day of year as decimal number. |
| TimezoneOffset | int | Offset relative to UTC in seconds (negative value for positive time zone). |
| DaylightSaving | bool | Whether current local time is subject to Daylight Saving. |
| UnixTime | int | Number of seconds that have elapsed since the Unix epoch. |
