RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDateTimePicker.Date Property

Indicates the date that is marked on the calendar.

Pascal
property Date: TDate;
C++
__property TDate Date;

Use Date to get or set the date that is marked on the calendar. The value of Date must lie within the range specified by the MaxDate and MinDate properties. 

If MultiSelect is true, the selected range of dates goes from Date to EndDate.

Note: You can also set the marked date with the DateTime property.
 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!