Skip to main content
A newer version of this page is available. .

YearlyRecurrenceViewModel.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.v19.1.dll

Declaration

public int WeekOfMonth { get; set; }

Property Value

Type Description
Int32

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

See Also