[]
Defines methods to retrieve holidays from the implementing references or value types.
public interface IHoliday
Public Interface IHoliday
| Name | Description |
|---|---|
| HolidayName | Gets or sets the name of the holiday. |
| IsYearly | Gets a value indicating whether the holiday implementation is yearly. |
| Name | Description |
|---|---|
| IsDefined(DateTime) | Gets a value indicating whether the specified date is defined a holiday. |
| TypeOfDay(DateTime) | Returns the type of day for the specified date. |