FMX.Pickers.TCustomDateTimePicker.Date

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Date: TDateTime read FDate write FDate;

C++

__property System::TDateTime Date = {read=FDate, write=FDate};

Properties

Type Visibility Source Unit Parent
property public
FMX.Pickers.pas
FMX.Pickers.hpp
FMX.Pickers TCustomDateTimePicker

Description

Keeps the date and the time obtained from the control containing the current picker object.

Depending on the ShowMode value Date, Time or DateTime, TCustomDateTimePicker can show the Date, or the Time, or both the Date and the Time values.

Note: ShowMode is not used at the moment.

See Also