Creates a BusinessDateFactory that utilizes the provided HolidaySchedule to determine if a date is a holiday.

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

Syntax

C#
public BusinessDateFactory(
	HolidaySchedule holidaySchedule
)
Visual Basic (Declaration)
Public Sub New ( _
	holidaySchedule As HolidaySchedule _
)
Visual C++
public:
BusinessDateFactory(
	HolidaySchedule^ holidaySchedule
)

Parameters

holidaySchedule
Type: com.ftlabs.fisa..::.HolidaySchedule
The default HolidaySchedule to use with this BusinessDateFactory.

See Also