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

WeekOfMonth Enum

Lists values that specify the week in a month.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

Declaration

public enum WeekOfMonth

Members

Name Description
None

Specifies neither week in the month.

First

The first week in the month.

Second

The second week in the month.

Third

The third week in the month.

Fourth

The fourth week in the month.

Last

The last week in the month.

Related API Members

The following properties accept/return WeekOfMonth values:

See Also