BusinessDateFactorygetBusinessDate(FISADate, Int32, HolidaySchedule) Method
Get a business date using the provided 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(
FISADate startDate,
int offset,
HolidaySchedule holidaySchedule
)
Public Function getBusinessDate (
startDate As FISADate,
offset As Integer,
holidaySchedule As HolidaySchedule
) As FISADate
- startDate FISADate
- The start date.
- offset Int32
-
The number of business days from today, can be positive or
negative.
- 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.