Click or drag to resize

Day Properties

The Day type exposes the following members.

Properties
 NameDescription
Public propertyDayOfMonth Gets the number between 1 and 31 (inclusive) indicating the day-of-the-month component of this Day.
Public propertyDayOfWeek Gets the day of the week of this Day.
Public propertyDayOfYear Gets the number between 1 and 366 inclusive (365 for non-leap years) indicating the day of the year of this Day.
Public propertyMonthOfYear Gets the number between 1 (January) and 12 (December) indicating the month-of-the-year component of this Day.
Public propertyYear Gets the number indicating the year component of this Day.
Top
See Also