Click or drag to resize

ITzInfoFileReader Interface

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

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

The ITzInfoFileReader type exposes the following members.

Properties
 NameDescription
Public propertyFileContents Returns the contents of the tzinfo file that the class has read
Public propertyFileName Gets the name of the file currently being read
Public propertyInitialized If true, the reader is initialized, and there is no need to call the Load method
Top
Methods
 NameDescription
Public methodClear Clears the contents of the class
Public methodLoad Parses the data from the input provided
Top
See Also