BusinessDateFactorygetBusinessDate(Int32, HolidaySchedule) Method
Get a business date using today as the start date and the
provided holiday schedule.
Namespace: com.ftlabs.fisaAssembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
public FISADate getBusinessDate(
int offset,
HolidaySchedule holidaySchedule
)
Public Function getBusinessDate (
offset As Integer,
holidaySchedule As HolidaySchedule
) As FISADate
- offset Int32
-
The number of business days from today.
- holidaySchedule HolidaySchedule
-
FISADateA business date.
If a default HolidaySchedule has been set, then both the default
HolidaySchedule, and the HolidaySchedule provided to this method
will be considered.