Search
DateTime Properties
 


 Public Properties

  Name Description

date

Gets the date component of this DateTime object.

day

Gets the day component of the date represented by this DateTime instance.

dayOfWeek

Gets the day of the week represented by this DateTime.

daysInMonth

Gets the number of days in the month represented by this DateTime.

hour

Gets the hour component of the date represented by this DateTime instance.

millisecond

Gets the millisecond component of the date represented by this DateTime instance.

minute

Gets the minute component of the date represented by this DateTime instance.

month

Gets the month component of the date represented by this DateTime instance.

second

Gets the second component of the date represented by this DateTime instance.

timeOfDay

Gets the time component of this DateTime object, expressed in milliseconds.

year

Gets the year component of the date represented by this DateTime instance.

 See Also