Creates a new instance of DefaultHolidaySchedule populated with
dates contained in the provided file.
Namespace:
com.ftlabs.fisaAssembly: FISA.NET (in FISA.NET.dll) Version: 1.0.3126.3801
Syntax
| C# |
|---|
public DefaultHolidaySchedule( string filePath ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ filePath As String _ ) |
| Visual C++ |
|---|
public: DefaultHolidaySchedule( String^ filePath ) |
Parameters
- filePath
- Type: System..::.String
The path to a file that contains the holiday dates.
Remarks
The dates in the file must be in the format of "m/d/yyyy", and must
be delimited with a carriage return and/or a linefeed.