DefaultHolidaySchedule(String) Constructor

Creates a new instance of DefaultHolidaySchedule populated with dates contained in the provided file.

Definition

Namespace: com.ftlabs.fisa
Assembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
C#
public DefaultHolidaySchedule(
	string filePath
)

Parameters

filePath  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.

See Also