Vcl.ComCtrls.TDateTimePicker.Time

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property Time: TTime read GetTime write SetTime;

C++

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

プロパティ

種類 可視性 ソース ユニット
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TDateTimePicker

説明

ユーザーが入力した時刻を示します。

Time はユーザーが入力した時刻を表します。プログラムコードまたはオブジェクトインスペクタで Time を設定すると,デフォルトで選択される時刻を指定できます(Kind = dtkTime の場合のみ)。

関連項目

コード サンプル