BusinessDateFactorygetBusinessDate(FISADate, Int32) Method
Get a business date from the provided start date.
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
)
Public Function getBusinessDate (
startDate As FISADate,
offset As Integer
) As FISADate
- startDate FISADate
- The start date.
- offset Int32
-
The number of business days from startDate. This can be either a
positive or negative number.
FISADateA business date.
If a default HolidaySchedule has been set, then it will be used.