Back to Devexpress

WeekOfMonth Enum

windowsforms-devexpress-dot-xtragantt-dot-scheduling-cd5bf746.md

latest1.6 KB
Original Source

WeekOfMonth Enum

Enumerates week numbers in a month.

Namespace : DevExpress.XtraGantt.Scheduling

Assembly : DevExpress.XtraGantt.v25.2.dll

NuGet Package : DevExpress.Win.Gantt

Declaration

csharp
public enum WeekOfMonth
vb
Public Enum WeekOfMonth

Members

NameDescription
First

The first week.

| | Second |

The second week.

| | Third |

The third week.

| | Forth |

The forth week.

| | Last |

The last week.

|

The following properties accept/return WeekOfMonth values:

Remarks

The WeekOfMonth type specifies the following properties:

The properties specify the number of the week when the required day appears.

See Also

DevExpress.XtraGantt.Scheduling Namespace