DefaultHolidaySchedule Constructor

Creates a new instance of DefaultHolidaySchedule without any holidays.

Definition

Namespace: com.ftlabs.fisa
Assembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
C#
public DefaultHolidaySchedule()

Remarks

Either the addHoliday() or loadHolidays() method must be called to populate the schedule. Otherwise all calls to isHoliday() will return false.

See Also