Vcl.Samples.Calendar.TCalendar.StartOfWeek

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property StartOfWeek: TDayOfWeek read FStartOfWeek write SetStartOfWeek;

C++

__property TDayOfWeek StartOfWeek = {read=FStartOfWeek, write=SetStartOfWeek, nodefault};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Samples.Calendar.pas
Vcl.Samples.Calendar.hpp
Vcl.Samples.Calendar TCalendar

Description

Specifies the starting day of the week.

The StartOfWeek property specifies the starting day of the week. For instance, setting StartOfWeek to 3 forces the calendar to display Wednesday as the starting day of the week.

See Also