Creates a new instance of DefaultHolidaySchedule without any holidays.

Namespace:  com.ftlabs.fisa
Assembly:  FISA.NET (in FISA.NET.dll) Version: 1.0.3126.3801

Syntax

C#
public DefaultHolidaySchedule()
Visual Basic (Declaration)
Public Sub New
Visual 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