public class LocalTzInfoFileReader : ITzInfoFileReader{
"timeZoneSettings": {
"TimeZoneRuleFileFull": "a comma-delimited list of files to load",
"TimeZoneRuleFolder": "the location on the local computer or network share where the files are kept"
}
}| LocalTzInfoFileReader | Creates a new instance of LocalTzInfoFileReader |
| 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(CancellationToken) method |
| Clear | Clears the contents of the class |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| LoadAsync | Parses the data from the input provided |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| DefaultTimeZoneRuleFileListSettingKey | Gets the name of the setting in the app.config or web.config file containing the names of the files in the DefaultTimeZoneRuleFolderSettingKey folder to load by default. |
| DefaultTimeZoneRuleFolderSettingKey | Gets the name of the setting in the app.config or web.config file containing the name of the folder containing all TzInfo Time Zone data. |