DefaultHolidaySchedule Constructor
Creates a new instance of DefaultHolidaySchedule without any
holidays.
Namespace: com.ftlabs.fisaAssembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
public DefaultHolidaySchedule()
Either the addHoliday() or loadHolidays() method must be called
to populate the schedule. Otherwise all calls to isHoliday()
will return false.