BusinessDateFactorygetBusinessDate(FISADate, Int32) Method

Get a business date from the provided start date.

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
)

Parameters

startDate  FISADate
The start date.
offset  Int32
The number of business days from startDate. This can be either a positive or negative number.

Return Value

FISADate
A business date.

Remarks

If a default HolidaySchedule has been set, then it will be used.

See Also