System.UITypes.TCalDayOfWeek
Delphi
TCalDayOfWeek = (dowMonday, dowTuesday, dowWednesday, dowThursday,
dowFriday, dowSaturday, dowSunday, dowLocaleDefault);
C++
enum class DECLSPEC_DENUM TCalDayOfWeek : unsigned char { dowMonday, dowTuesday, dowWednesday, dowThursday, dowFriday, dowSaturday, dowSunday, dowLocaleDefault };
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| enum | public | System.UITypes.pas System.UITypes.hpp |
System.UITypes | System.UITypes |
Description
Defines one of the days in a week.
TCalDayOfWeek can be used to define some special day in a week. For example, constants from the TCalDayOfWeek type can be used, in the FirstDayOfWeek property of the Date-Time pickers, to define which day to use as the first day in a week.
The TCalDayOfWeek type defines the following constants:
| Parameter | Description |
|---|---|
|
|
The default day for the current locale. |
|
|
Monday. |
|
|
Tuesday. |
|
|
Wednesday. |
|
|
Thursday. |
|
|
Friday. |
|
|
Saturday. |
|
|
Sunday. |