Click or drag to resize

GregorianDate Properties

The GregorianDate 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 represented by this instance.
Public propertyHour
Gets the hour (in the range 0 through 23).
Public propertyJulianSecondsOfDay
Gets the corresponding seconds past noon for this instance.
Public propertyMinute
Gets the minute (in the range 0 through 59).
Public propertyMonth
Gets the month of the year (in the range 1 through 12).
Public propertyStatic memberNow
Gets the GregorianDate that represents the current date and time.
Public propertySecond
Gets the second, including fractional seconds (in the range 0.0 up to, but not including, 61.0). A value between 60.0 and 61.0 indicates a leap second.
Public propertySecondsOfDay
Gets the corresponding seconds past midnight for this instance.
Public propertyYear
Gets the year.
Top
See Also