Skip to main content

YearlyDayOfWeekExceptionRule.WeekOfMonth Property

Gets the week of the month when the rule applies.

Namespace: DevExpress.XtraGantt.Exceptions

Assembly: DevExpress.XtraGantt.v23.2.dll

NuGet Package: DevExpress.Win.Gantt

Declaration

[DefaultValue(WeekOfMonth.First)]
public WeekOfMonth WeekOfMonth { get; set; }

Property Value

Type Default Description
WeekOfMonth First

A value that specifies the week of the month when the rule applies.

Available values:

Name Description
First

The first week.

Second

The second week.

Third

The third week.

Forth

The forth week.

Last

The last week.

Remarks

The DayOfWeek property specifies the day of the week when the rule applies. The WeekOfMonth property specifies the number of the week when the day appears.

See Also