GregorianDate Properties |
The GregorianDate type exposes the following members.
| Name | Description | |
|---|---|---|
| Day |
Gets the day of the month, in the range 1 through the number of days in the month.
| |
| DayOfWeek | Gets the day of the week represented by this instance. | |
| DayOfYear | Gets the day of the year represented by this instance. | |
| Hour |
Gets the hour, in the range 0 through 23.
| |
| JulianSecondsOfDay |
Gets the corresponding seconds past noon for this instance.
| |
| Minute |
Gets the minute, in the range 0 through 59.
| |
| Month |
Gets the month of the year, in the range 1 through 12.
| |
| Now |
Gets the GregorianDate that represents the current date and time.
| |
| Second |
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.
| |
| SecondsOfDay |
Gets the corresponding seconds past midnight for this instance.
| |
| Year |
Gets the year.
|