TzInfoFileParserParse Method

Parses the previously-specified time zone information file.

Definition

Namespace: InnerDrive.TimeZones
Assembly: InnerDrive.TimeZones (in InnerDrive.TimeZones.dll) Version: 5.2.9017.0
C#
public void Parse(
	IEnumerable<string> fileContents
)

Parameters

fileContents  IEnumerableString
The collection of file contents from the file reader

See Also