Click or drag to resize

Date Properties

The Date type exposes the following members.

Properties
 NameDescription
Public propertyDayGets the day component from the date.
Public propertyDayOfWeekGets the day of week, being 0 the code for a Sunday.
Public propertyMonthGets the month component from the date.
Public propertyStatic memberTodayGets the current date.
Public propertyToIntGets the number of days since Jan 1st, 1, as an signed integer.
Public propertyYearGets the year component from the date.
Public propertyStatic memberZeroGets the zero date.
Top
See Also