TimeZoneInfo.FindSystemTimeZoneById MethodTimeZoneInfo.FindSystemTimeZoneById MethodTimeZoneInfo::FindSystemTimeZoneById Method
- XmlPrime 3.0
- Other Versions ▼
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.