Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web.Scheduler

Declaration

public int MonthForDayNumber { get; set; }

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