ITzInfoFileReader Interface

Defines the behavior of a class that provides raw tzinfo data to a parsing class.

Definition

Namespace: InnerDrive.TimeZones
Assembly: InnerDrive.TimeZones (in InnerDrive.TimeZones.dll) Version: 5.2.9017.0
C#
public interface ITzInfoFileReader

Properties

FileContents Returns the contents of the tzinfo file that the class has read
FileName Gets the name of the file currently being read
Initialized If true, the reader is initialized, and there is no need to call the LoadAsync method

Methods

Clear Clears the contents of the class
LoadAsync Parses the data from the input provided

See Also