BusinessDateFactorygetBusinessDate(Int32) Method
Get a business date using today as the start date.
Namespace: com.ftlabs.fisaAssembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
public FISADate getBusinessDate(
	int offset
)
Public Function getBusinessDate ( 
	offset As Integer
) As FISADate
- offset  Int32
 - 
The number of business days from today.  This can be a positive
or negative number.
 
FISADateA business date.
 
If a default HolidaySchedule has been set, then it will be used.