[]
Determines whether the specified date is a holiday.
public override bool IsHoliday(DateTime date)
Public Overrides Function IsHoliday([date] As Date) As Boolean
A DateTime value that indicates the date.
true if the date is a holiday; otherwise, false.