ExceptionRule Class
Represents a rule for exceptions to the regular workweek schedule.
Namespace: DevExpress.XtraGantt.Base.Scheduling
Assembly: DevExpress.XtraGantt.v24.2.dll
Declaration
Remarks
Use the StartDate property to specify the date when a rule must apply. To specify when the rule stops, use the following properties:
- Occurrences - specifies how many times the rule is applied from the start date.
- EndDate - specifies the date until which the rule is applied.
If both Occurrences and EndDate properties are specified, the rule reoccurs until the latest date.
Inheritance
See Also