BusinessDateFactory(HolidaySchedule, BusinessDayAdjustType) Constructor
Creates a BusinessDateFactory that utilizes the provided
HolidaySchedule to determine if a date is a holiday.
Namespace: com.ftlabs.fisaAssembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
public BusinessDateFactory(
	HolidaySchedule holidaySchedule,
	BusinessDayAdjustType bdaType
)
Public Sub New ( 
	holidaySchedule As HolidaySchedule,
	bdaType As BusinessDayAdjustType
)
Parameters
- holidaySchedule  HolidaySchedule
 - 
The default HolidaySchedule to use with this BusinessDateFactory.
 - bdaType  BusinessDayAdjustType
 - 
The BusinessDayAdjustType to use with this BusinessDateFactory.