Enum
WeekDays

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.Scheduler.dll

Syntax:

cs-api-definition
[Flags]
public enum WeekDays

Fields

EveryDay

Specifies every day of the week

Declaration

cs-api-definition
EveryDay = WorkDays | WeekendDays

Field Value

WeekDays

Friday

Specifies the sixth of the week

Declaration

cs-api-definition
Friday = 32

Field Value

WeekDays

Monday

Specifies the second day of the week

Declaration

cs-api-definition
Monday = 2

Field Value

WeekDays

None

Specifies none of the days

Declaration

cs-api-definition
None = 0

Field Value

WeekDays

Saturday

Specifies the seventh of the week

Declaration

cs-api-definition
Saturday = 64

Field Value

WeekDays

Sunday

Specifies the first day of the week

Declaration

cs-api-definition
Sunday = 1

Field Value

WeekDays

Thursday

Specifies the fifth of the week

Declaration

cs-api-definition
Thursday = 16

Field Value

WeekDays

Tuesday

Specifies the third day of the week

Declaration

cs-api-definition
Tuesday = 4

Field Value

WeekDays

Wednesday

Specifies the fourth day of the week

Declaration

cs-api-definition
Wednesday = 8

Field Value

WeekDays

WeekendDays

Specifies the weekend days of the week

Declaration

cs-api-definition
WeekendDays = Sunday | Saturday

Field Value

WeekDays

WorkDays

Specifies the work days of the week

Declaration

cs-api-definition
WorkDays = Monday | Tuesday | Wednesday | Thursday | Friday

Field Value

WeekDays