Vcl.WinXCalendars.TCalendarView.Date

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Date: TDate read GetDate write SetDate stored DoStoreDate default 0;

C++

__property Date = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.WinXCalendars.pas
Vcl.WinXCalendars.hpp
Vcl.WinXCalendars TCalendarView

Description

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

Vcl.WinXCalendars.TCalendarView.Date inherits from Vcl.WinXCalendars.TCustomCalendarView.Date. All content below this line refers to Vcl.WinXCalendars.TCustomCalendarView.Date.

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