IdtTimeZoneFromWindowsZoneInfo Method

Gets a time zone from a Windows zone information string.

Definition

Namespace: InnerDrive.TimeZones
Assembly: InnerDrive.TimeZones (in InnerDrive.TimeZones.dll) Version: 5.2.9017.0
C#
public static IdtTimeZone FromWindowsZoneInfo(
	string zoneName,
	string zoneTzi
)

Parameters

zoneName  String
The name of the Windows time zone.
zoneTzi  String
The Windows TZI code.

Return Value

IdtTimeZone
A IdtTimeZone.

See Also