TimeZoneInfo.FindSystemTimeZoneById MethodTimeZoneInfo.FindSystemTimeZoneById MethodTimeZoneInfo::FindSystemTimeZoneById Method

Retrieves a TimeZoneInfoTimeZoneInfoTimeZoneInfo object from the registry based on its identifier.

Syntax

Public Shared Function FindSystemTimeZoneById( _
    id As String _
) As TimeZoneInfo
public static TimeZoneInfo FindSystemTimeZoneById(
    string id
)
public:
static TimeZoneInfo^ FindSystemTimeZoneById(
    String^ id
)
 

Parameters

id

Type: System.StringSystem.StringSystem::String^

The identifier.

Return Value

Type: XmlPrime.TimeZoneInfoXmlPrime.TimeZoneInfoXmlPrime::TimeZoneInfo^

An object whose identifier is the value of the id parameter.