Datetime Properties |
The Datetime type exposes the following members.
Name | Description | |
---|---|---|
DayOfMonth |
Gets or sets the day of month value of this Datetime object.
The 'get' result is undefined unless DayOfMonth is set.
| |
Hour |
Gets or sets the hour value of this Datetime object.
The 'get' result is undefined unless Hour is set.
| |
MicroSecond |
Gets or sets the number of (whole) microseconds in the fraction-of-a-second
part of the value of this object. The 'get' result is undefined unless MicroSecond is set.
| |
MilliSecond |
Gets or sets the millisecond value of this Datetime object.
The 'get' result is undefined unless MilliSecond is set.
| |
Minute |
Gets or sets the minute value of this Datetime object.
The 'get' result is undefined unless Minute is set.
| |
Month |
Gets or sets the month value of this Datetime object.
The 'get' result is undefined unless Month is set.
| |
NanoSecond |
Gets or sets the number of (whole) nanoseconds in the fraction-of-a-second
part of the value of this object. The 'get' result is undefined unless NanoSecond is set.
| |
Parts |
Gets a bitmask of all parts that are set in this Datetime object.
| |
PicoSecond |
Gets or sets the number of (whole) picoseconds in the fraction-of-a-second
part of the value of this object. The 'get' result is undefined unless PicoSecond is set.
| |
Second |
Gets or sets the second value of this Datetime object.
The 'get' result is undefined unless Second is set.
| |
TimezoneOffsetMinutes |
Gets or sets the timezone offset value of this Datetime object.
The 'get' result is undefined unless TimezoneOffsetMinutes is set.
| |
Year |
Gets or sets the year value of this Datetime object.
The 'get' result is undefined unless Year is set.
|