BusinessDateFactory(HolidaySchedule) Constructor

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

Definition

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

Parameters

holidaySchedule  HolidaySchedule
The default HolidaySchedule to use with this BusinessDateFactory.

See Also