Skip to main content

MonthlyRecurrenceViewModel.WeekOfMonth Property

Gets or sets the number of the week in a month when an appointment is scheduled.

Namespace: DevExpress.Web.ASPxScheduler.Dialogs

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public int WeekOfMonth { get; set; }

Property Value

Type Description
Int32

A WeekOfMonth enumeration member, specifying the week in a month.

See Also