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.v24.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
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