|
static |
Retrieves a time_zone_info object from the registry based on its identifier.
id | The time zone identifier, which corresponds to the Id property. |
ArgumentNullException | The id parameter is null. |
TimeZoneNotFoundException | The time zone identifier specified by id was not found. This means that a registry key whose name matches id does not exist, or that the key exists but does not contain any time zone data. |