YearlyRecurrenceViewModel.MonthForDayNumber Property
Gets or sets the month’s number when the appointment recurs every given date.
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 MonthForDayNumber property is in effect if the YearlyRecurrenceViewModel.IsEveryWeekDay property is set to true
.
See Also