DefaultHolidaySchedule(TextReader) Constructor
Creates a new instance of DefaultHolidaySchedule populated with
dates provided by a TextReader.
Namespace: com.ftlabs.fisaAssembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
public DefaultHolidaySchedule(
	TextReader textReader
)
Public Sub New ( 
	textReader As TextReader
)
Parameters
- textReader  TextReader
 - 
A TextReader that provides the holiday dates.
 
 
The dates provided by the TextReader must in the format of "m/d/yyyy",
and must be delimited with a carriage return and/or a linefeed.