ITzInfoFileReader Interface
Defines the behavior of a class that provides raw tzinfo data to a parsing
class.
Namespace: InnerDrive.TimeZonesAssembly: InnerDrive.TimeZones (in InnerDrive.TimeZones.dll) Version: 5.2.9017.0
public interface ITzInfoFileReader
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
|
Clear |
Clears the contents of the class
|
LoadAsync |
Parses the data from the input provided
|