Click or drag to resize

YearMonthDay Properties

The YearMonthDay type exposes the following members.

Properties
  NameDescription
Public propertyDay
Gets the day of the month (in the range 1 through the number of days in the month).
Public propertyDayOfWeek
Gets the day of the week represented by this instance.
Public propertyDayOfYear
Gets the day of the year (in the range 1 through the number of days in the year).
Public propertyJulianDayNumber
Gets the Julian day number for this YearMonthDay instance, assuming noon on this day.
Public propertyMonth
Gets the month of the year (in the range 1 through 12).
Public propertyYear
Gets the year.
Top
See Also