DefaultHolidayScheduleloadHolidays Method
Adds dates provided by an TextReader to this DefaultHolidaySchedule.
Namespace: com.ftlabs.fisaAssembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
public void loadHolidays(
TextReader textReader
)
Public Sub loadHolidays (
textReader As TextReader
)
Parameters
- textReader TextReader
-
A TextReader that provides the holiday dates.
The dates provided by the TextReader must be in the format of "m/d/yyyy",
and must be delimited with a carriage return and/or a linefeed.