BusinessDateFactorygetBusinessDate(Int32) Method

Get a business date using today as the 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(
	int offset
)

Parameters

offset  Int32
The number of business days from today. This can be 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