Get a business date using today as the start date.
Namespace:
com.ftlabs.fisaAssembly: FISA.NET (in FISA.NET.dll) Version: 1.0.3126.3801
Syntax
| C# |
|---|
public FISADate getBusinessDate( int offset ) |
| Visual Basic (Declaration) |
|---|
Public Function getBusinessDate ( _ offset As Integer _ ) As FISADate |
| Visual C++ |
|---|
public: FISADate^ getBusinessDate( int offset ) |
Parameters
- offset
- Type: System..::.Int32
The number of business days from today. This can be a positive or negative number.
Return Value
A business date.
Remarks
If a default HolidaySchedule has been set, then it will be used.