Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

WeekOfMonth Enum

Enumerates week numbers in a month.

Namespace: DevExpress.XtraGantt.Scheduling

Assembly: DevExpress.XtraGantt.v24.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