Back to Devexpress

WeekOfMonth Enum

mobilecontrols-devexpress-dot-xamarinforms-dot-scheduler-2358b9c9.md

latest1.5 KB
Original Source

WeekOfMonth Enum

Lists values that specify the week in a month.

Namespace : DevExpress.XamarinForms.Scheduler

Assembly : DevExpress.XamarinForms.Scheduler.dll

NuGet Package : DevExpress.XamarinForms.Scheduler

Declaration

csharp
public enum WeekOfMonth

Members

NameDescription
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.

|

The following properties accept/return WeekOfMonth values:

See Also

DevExpress.XamarinForms.Scheduler Namespace