Skip to main content
A newer version of this page is available. .

AppointmentRecurrenceFormSettings.WeekDays Property

Gets the day/days in a week on which the corresponding appointment recurs.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.1.dll

Declaration

public WeekDays WeekDays { get; set; }

Property Value

Type Description
WeekDays

A WeekDays enumeration’s value specifying the day/days in a week.

Available values:

Name Description
Sunday

Specifies Sunday.

Monday

Specifies Monday.

Tuesday

Specifies Tuesday.

Wednesday

Specifies Wednesday.

Thursday

Specifies Thursday.

Friday

Specifies Friday.

Saturday

Specifies Saturday.

WeekendDays

Specifies Saturday and Sunday.

WorkDays

Specifies work days (Monday, Tuesday, Wednesday, Thursday and Friday).

EveryDay

Specifies every day of the week.

Remarks

The RecurrenceWeekDays property defines a specific day/days in a week which is used to calculate the appointment’s recurrence in the recurrence pattern.

This property corresponds to the RecurrenceInfo.WeekDays property.

See Also