DateWithZone PropertiesDateWithZone PropertiesDateWithZone Properties

The DateWithZoneDateWithZoneDateWithZone type exposes the following members.

Properties

 PropertyDescription
Public propertyDayDayDay Gets the day component of this DateWithZoneDateWithZoneDateWithZone.
Public propertyDaysPastEpochDaysPastEpochDaysPastEpoch Returns the number of complete days past the epoch (0001-01-01T00:00:00).
Public propertyGDayGDayGDay Gets the day component of this DateWithZoneDateWithZoneDateWithZone represented as a GDayGDayGDay.
Public propertyGMonthGMonthGMonth Gets the month component of this DateWithZoneDateWithZoneDateWithZone represented as a GMonthGMonthGMonth.
Public propertyGMonthDayGMonthDayGMonthDay Gets the month and day components of this DateWithZoneDateWithZoneDateWithZone represented as a GMonthDayGMonthDayGMonthDay.
Public propertyGYearGYearGYear Gets the year component of this DateWithZoneDateWithZoneDateWithZone represented as a GYearGYearGYear.
Public propertyGYearMonthGYearMonthGYearMonth Gets the year and month components of this DateWithZoneDateWithZoneDateWithZone as a GYearMonthGYearMonthGYearMonth.
Public propertyMonthMonthMonth Returns the month component of this DateWithZoneDateWithZoneDateWithZone.
Public propertyTimeZoneTimeZoneTimeZone Gets the optional time zone component of this DateWithZoneDateWithZoneDateWithZone.
Public propertystaticTodayTodayToday Gets a DateWithZoneDateWithZoneDateWithZone object that is set to the current date on this computer expressed in the current time zone of this computer.
Public propertystaticUtcTodayUtcTodayUtcToday Gets a DateWithZoneDateWithZoneDateWithZone object that is set to the current date on this computer expressed in Coordinated Universal Time (UTC).
Public propertyYearYearYear Gets the year component of this DateWithZoneDateWithZoneDateWithZone.

Top