Skip to main content

MonthlyRecurrenceControl.WeekOfMonth Property

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

Namespace: DevExpress.Xpf.Scheduler.UI

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

Declaration

public WeekOfMonth WeekOfMonth { get; set; }
Public Property WeekOfMonth As WeekOfMonth

Property Value

Type Description
WeekOfMonth

A WeekOfMonth enumeration member specifying the week in a month.

Remarks

Use the WeekOfMonth property to specify or obtain the value of the RecurrenceInfo.WeekOfMonth property of the object accessed via the MonthlyRecurrenceControl.RecurrenceInfo property.

See Also