BusinessDateFactorygetBusinessDate(FISADate, Int32, HolidaySchedule) Method

Get a business date using the provided start date and the provided holiday schedule.

Definition

Namespace: com.ftlabs.fisa
Assembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
C#
public FISADate getBusinessDate(
	FISADate startDate,
	int offset,
	HolidaySchedule holidaySchedule
)

Parameters

startDate  FISADate
The start date.
offset  Int32
The number of business days from today, can be positive or negative.
holidaySchedule  HolidaySchedule
 

Return Value

FISADate
A business date.

Remarks

If a default HolidaySchedule has been set, then both the default HolidaySchedule, and the HolidaySchedule provided to this method will be considered.

See Also