Vcl.ComCtrls.TMonthCalendar.FirstDayOfWeek

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FirstDayOfWeek;

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.

Vcl.ComCtrls.TMonthCalendar.FirstDayOfWeek inherits from Vcl.ComCtrls.TCommonCalendar.FirstDayOfWeek. All content below this line refers to Vcl.ComCtrls.TCommonCalendar.FirstDayOfWeek.

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