Vcl.Samples.Calendar.TCalendar.CalendarDate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CalendarDate: TDateTime  read FDate write SetCalendarDate stored StoreCalendarDate;

C++

__property System::TDateTime CalendarDate = {read=FDate, write=SetCalendarDate, stored=StoreCalendarDate};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Samples.Calendar.pas
Vcl.Samples.Calendar.hpp
Vcl.Samples.Calendar TCalendar

Description

Specifies the date for the calendar to display.

The CalendarDate property specifies the date for the calendar to display. CalendarDate supports only TDateTime values.

See Also

Code Examples