Click or drag to resize
Datetime Properties

The Datetime type exposes the following members.

Properties
  NameDescription
Public propertyDayOfMonth
Gets or sets the day of month value of this Datetime object. The 'get' result is undefined unless DayOfMonth is set.
Public propertyHour
Gets or sets the hour value of this Datetime object. The 'get' result is undefined unless Hour is set.
Public propertyMicroSecond
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.
Public propertyMilliSecond
Gets or sets the millisecond value of this Datetime object. The 'get' result is undefined unless MilliSecond is set.
Public propertyMinute
Gets or sets the minute value of this Datetime object. The 'get' result is undefined unless Minute is set.
Public propertyMonth
Gets or sets the month value of this Datetime object. The 'get' result is undefined unless Month is set.
Public propertyNanoSecond
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.
Public propertyParts
Gets a bitmask of all parts that are set in this Datetime object.
Public propertyPicoSecond
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.
Public propertySecond
Gets or sets the second value of this Datetime object. The 'get' result is undefined unless Second is set.
Public propertyTimezoneOffsetMinutes
Gets or sets the timezone offset value of this Datetime object. The 'get' result is undefined unless TimezoneOffsetMinutes is set.
Public propertyYear
Gets or sets the year value of this Datetime object. The 'get' result is undefined unless Year is set.
Top
See Also