Vcl.WinXCalendars.TCalendarView.FirstDayOfWeek

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FirstDayOfWeek: TDaysOfWeek read FFirstDayOfWeek 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 TCalendarView

Description

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

Vcl.WinXCalendars.TCalendarView.FirstDayOfWeek inherits from Vcl.WinXCalendars.TCustomCalendarView.FirstDayOfWeek. All content below this line refers to Vcl.WinXCalendars.TCustomCalendarView.FirstDayOfWeek.

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

Use the FirstDayOfWeek property to select the day to be displayed as first of the week.

  • To set Sunday as a first day of the week, select 0.
  • To set Monday as a first day of the week, select 1.
  • To set Tuesday, select 2, and so on.

See Also