Vcl.WinXCalendars.TCustomCalendarView.FirstDayOfWeek

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
property public
Vcl.WinXCalendars.pas
Vcl.WinXCalendars.hpp
Vcl.WinXCalendars TCustomCalendarView

Description

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