DefaultHolidaySchedule(String) Constructor
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.16.0.13 (1.16.0.13)
public DefaultHolidaySchedule(
string filePath
)
Public Sub New (
filePath As String
)
Parameters
- filePath String
-
The path to a file that contains the holiday dates.
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.