Skip to main content
All docs
V25.1
  • MonthlyDayOfWeekExceptionRule.WeekOfMonth Property

    Gets or sets the week of months when the rule applies.

    Namespace: DevExpress.XtraGantt.Exceptions

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