Skip to main content

WeekOfMonth Enum

Enumerates week numbers in a month.

Namespace: DevExpress.XtraGantt.Scheduling

Assembly: DevExpress.XtraGantt.v23.2.dll

NuGet Package: DevExpress.Win.Gantt

Declaration

public enum WeekOfMonth

Members

Name Description
First

The first week.

Second

The second week.

Third

The third week.

Forth

The forth week.

Last

The last week.

Related API Members

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