Vcl.WinXCalendars.TCustomCalendarPicker.FirstDayOfWeek

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FirstDayOfWeek: TDaysOfWeek read GetFirstDayOfWeek write SetFirstDayOfWeek default TDaysOfWeek.dwSunday;

C++

__property TDaysOfWeek FirstDayOfWeek = {read=GetFirstDayOfWeek, write=SetFirstDayOfWeek, default=0};

Properties

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

Description

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

See Also