RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDateTimePicker.DateTime Property

Indicates the date and time.

Pascal
property DateTime: TDateTime;
C++
__property TDateTime DateTime;

DateTime represents both a date and a time. If the Kind property is switched at runtime, TDateTimePicker continues to track both the last date entered and the last time entered. If the Kind property never changes, DateTime can be set programmatically (for example, by reading system date and time information) to indicate both a date and a time. 

 

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