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