Vcl.ComCtrls.TDateTimePicker.Time

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Time: TTime read GetTime write SetTime;

C++

__property System::TTime Time = {read=GetTime, write=SetTime};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TDateTimePicker

Description

Indicates the time entered by the user.

Time represents the time entered by the user. Set Time in program code or in the Object Inspector to determine which time is selected by default. (Applies only when Kind = dtkTime.)

See Also

Code Examples