DefaultHolidaySchedule(TextReader) Constructor

Creates a new instance of DefaultHolidaySchedule populated with dates provided by a TextReader.

Definition

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

Parameters

textReader  TextReader
A TextReader that provides the holiday dates.

Remarks

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.

See Also