Vcl.ComCtrls.TMonthCalendar.FirstDayOfWeek

From RAD Studio API Documentation

Delphi

property FirstDayOfWeek: TCalDayOfWeek read FFirstDayOfWeek write SetFirstDayOfWeek default 7;

C++

__property FirstDayOfWeek = {default=7};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TMonthCalendar

Description

Specifies the left-most day on the calendar. {{#multireplace:Vcl.ComCtrls.TMonthCalendar.FirstDayOfWeek|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.ComCtrls.TCommonCalendar.FirstDayOfWeek|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.ComCtrls.TCommonCalendar.FirstDayOfWeek|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Specifies the left-most day on the calendar.

Use FirstDayOfWeek to get or set the left-most day on the calendar.

To make the left-most day adjust for the locale, set FirstDayOfWeek to dowLocaleDefault.

See Also