Date Properties |
The Date type exposes the following members.
| Name | Description | |
|---|---|---|
| Day | Gets the day component from the date. | |
| DayOfWeek | Gets the day of week, being 0 the code for a Sunday. | |
| Month | Gets the month component from the date. | |
| Today | Gets the current date. | |
| ToInt | Gets the number of days since Jan 1st, 1, as an signed integer. | |
| Year | Gets the year component from the date. | |
| Zero | Gets the zero date. |