Date Properties |
The Date type exposes the following members.
| Name | Description | |
|---|---|---|
| day | The day (01-31). | |
| hour | The hour (00-23). | |
| minute | The minute (00-59). | |
| month | The month. | |
| second | The second (00-59). | |
| UT | The relationship of local time to Universal Time (UT),
denoted by one of the characters +, -, or Z | |
| UT_hour | The absolute value of the offset from UT in hours (00-23) | |
| UT_minutes | The absolute value of the offset from UT in minutes (00-59) | |
| year | The year. |