Back to Devexpress

DxSchedulerRecurrenceInfo.WeekDays Property

blazor-devexpress-dot-blazor-dot-dxschedulerrecurrenceinfo-6ebb15e9.md

latest2.2 KB
Original Source

DxSchedulerRecurrenceInfo.WeekDays Property

Specifies the day/days in a week on which the appointment reoccurs.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
public SchedulerWeekDays WeekDays { get; set; }

Property Value

TypeDescription
SchedulerWeekDays

A SchedulerWeekDays enumeration value.

|

Available values:

NameDescriptionValue
Sunday

Specifies Sunday.

|

1

| | Monday |

Specifies Monday.

|

2

| | Tuesday |

Specifies Tuesday.

|

4

| | Wednesday |

Specifies Wednesday.

|

8

| | Thursday |

Specifies Thursday.

|

16

| | Friday |

Specifies Friday.

|

32

| | Saturday |

Specifies Saturday.

|

64

| | WeekendDays |

Specifies Saturday and Sunday.

|

65

| | WorkDays |

Specifies the days from Monday to Friday.

|

62

| | EveryDay |

Specifies every day.

|

127

|

Remarks

Use the WeekDays property to specify a day or days in a week to repeat the appointment.

This property has no effect if the Type property is set to Monthly or Yearly and the WeekOfMonth property is set to None.

See the DxSchedulerRecurrenceInfo class description for additional information and an example.

Implements

WeekDays

See Also

DxSchedulerRecurrenceInfo Class

DxSchedulerRecurrenceInfo Members

DevExpress.Blazor Namespace