Vcl.WinXCalendars.TCustomCalendarView.Date

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Date: TDate read GetDate write SetDate stored DoStoreDate;

C++

__property System::TDate Date = {read=GetDate, write=SetDate, stored=DoStoreDate};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.WinXCalendars.pas
Vcl.WinXCalendars.hpp
Vcl.WinXCalendars TCustomCalendarView

Description

Specifies the date for the calendar to display or date selection.

Use the Date property to specify the date for the calendar to display or date selection.

Note: Date supports only TDateTime values.

See Also