Skip to main content

YearlyRecurrenceViewModel.MonthForWeekDay Property

Gets or sets the month’s number when the appointment recurs every given weekday of the specified month.

Namespace: DevExpress.Web.ASPxScheduler.Dialogs

Assembly: DevExpress.Web.ASPxScheduler.v23.2.dll

NuGet Package: DevExpress.Web.Scheduler

Declaration

public int MonthForWeekDay { get; set; }

Property Value

Type Description
Int32

An integer, representing a month’s number.

Remarks

The MonthForWeekDay property is in effect if the YearlyRecurrenceViewModel.IsEveryWeekDay property is set to false.

See Also