Vcl.WinXCalendars.TCalendarPicker.FirstDayOfWeek

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FirstDayOfWeek: TDaysOfWeek read GetFirstDayOfWeek write SetFirstDayOfWeek default 0;

C++

__property FirstDayOfWeek = {default=0};

Properties

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

Description

Specifies the day that is set as the first day of the week.

Vcl.WinXCalendars.TCalendarPicker.FirstDayOfWeek inherits from Vcl.WinXCalendars.TCustomCalendarPicker.FirstDayOfWeek. All content below this line refers to Vcl.WinXCalendars.TCustomCalendarPicker.FirstDayOfWeek.

Specifies the day that is set as the first day of the week.

See Also