Vcl.ComCtrls.TCalDayOfWeek

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TCalDayOfWeek = System.UITypes.TCalDayOfWeek;

Properties

Type Visibility Source Unit Parent
enum public Vcl.ComCtrls.pas Vcl.ComCtrls Vcl.ComCtrls

Description

TCalDayOfWeek represents a day of the week.

TCalDayOfWeek is used to represent a day of the week for a column in a calendar. It can be any of the following values:


Value Meaning

dowMonday

Monday

dowTuesday

Tuesday

dowWednesday

Wednesday

dowThursday

Thursday

dowFriday

Friday

dowSaturday

Saturday

dowSunday

Sunday

dowLocaleDefault

The day of the week for the column is determined by the locale in which the application runs.


See Also