Get a business date from the provided start date.

Namespace:  com.ftlabs.fisa
Assembly:  FISA.NET (in FISA.NET.dll) Version: 1.0.3126.3801

Syntax

C#
public FISADate getBusinessDate(
	FISADate startDate,
	int offset
)
Visual Basic (Declaration)
Public Function getBusinessDate ( _
	startDate As FISADate, _
	offset As Integer _
) As FISADate
Visual C++
public:
FISADate^ getBusinessDate(
	FISADate^ startDate, 
	int offset
)

Parameters

startDate
Type: com.ftlabs.fisa..::.FISADate
The start date.
offset
Type: System..::.Int32
The number of business days from startDate. This can be either a positive or negative number.

Return Value

A business date.

Remarks

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

See Also