[]
Gets a value indicating whether the Date is defined as a GrapeCity.Windows.InputMan.DayType.ForcedHoliday, GrapeCity.Windows.InputMan.DayType.Holiday or GrapeCity.Windows.InputMan.DayType.OverriddenHoliday.
public bool IsHoliday { get; }
Public ReadOnly Property IsHoliday As Boolean
Type | Description |
---|---|
bool | true if the Date is defined as a GrapeCity.Windows.InputMan.DayType.ForcedHoliday, GrapeCity.Windows.InputMan.DayType.Holiday or GrapeCity.Windows.InputMan.DayType.OverriddenHoliday; otherwise, false. |
If the Date is defined as GrapeCity.Windows.InputMan.DayType.WeeklyHoliday, the IsHoliday is false and IsWeeklyHoliday is true.