Skip to main content
A newer version of this page is available. .

YearlyDayOfYearExceptionRule.DayOfYear Property

Gets or sets the day of the year when the rule applies.

Namespace: DevExpress.XtraGantt.Exceptions

Assembly: DevExpress.XtraGantt.v19.2.dll

Declaration

[DefaultValue(1)]
public int DayOfYear { get; set; }

Property Value

Type Default Description
Int32 1

An Int32 value that specifies the day of the year when the rule applies.

See Also