Day Properties |
The Day type exposes the following members.
| Name | Description | |
|---|---|---|
| DayOfMonth | Gets the number between 1 and 31 (inclusive) indicating the day-of-the-month component of this Day. | |
| DayOfWeek | Gets the day of the week of this Day. | |
| DayOfYear | Gets the number between 1 and 366 inclusive (365 for non-leap years) indicating the day of the year of this Day. | |
| MonthOfYear | Gets the number between 1 (January) and 12 (December) indicating the month-of-the-year component of this Day. | |
| Year | Gets the number indicating the year component of this Day. |