Adds dates provided by an TextReader to this DefaultHolidaySchedule.
Namespace:
com.ftlabs.fisaAssembly: FISA.NET (in FISA.NET.dll) Version: 1.0.3126.3801
Syntax
| C# |
|---|
public void loadHolidays( TextReader textReader ) |
| Visual Basic (Declaration) |
|---|
Public Sub loadHolidays ( _ textReader As TextReader _ ) |
| Visual C++ |
|---|
public: void loadHolidays( TextReader^ textReader ) |
Parameters
- textReader
- Type: System.IO..::.TextReader
A TextReader that provides the holiday dates.
Remarks
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.