Back to Devexpress

WeekOfMonth Enum

maui-devexpress-dot-maui-dot-scheduler-b1c0e670.md

latest1.6 KB
Original Source

WeekOfMonth Enum

Lists values that specify the serial number of the week in a particular month.

Namespace : DevExpress.Maui.Scheduler

Assembly : DevExpress.Maui.Scheduler.dll

NuGet Package : DevExpress.Maui.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:

Extension Methods

Yield<WeekOfMonth>()

YieldIfNotNull<WeekOfMonth>()

See Also

DevExpress.Maui.Scheduler Namespace