FMX.Calendar.TCustomCalendar.FirstDayOfWeek

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FirstDayOfWeek: TCalDayOfWeek read GetFirstDayOfWeek write SetFirstDayOfWeek;

C++

__property System::Uitypes::TCalDayOfWeek FirstDayOfWeek = {read=GetFirstDayOfWeek, write=SetFirstDayOfWeek, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FMX.Calendar.pas
FMX.Calendar.hpp
FMX.Calendar TCustomCalendar

Description

The first day of the week that the calendar displays.

Set FirstDayOfWeek to one of the week days defined by TCalDayOfWeek to set the day displayed in the first column of the calendar.

See Also