FindSystemTimeZoneById()

TimeZoneInfo::FindSystemTimeZoneById(const String&) method

Gets time zone with specified identifier.

static TimeZoneInfoPtr System::TimeZoneInfo::FindSystemTimeZoneById(const String &id)

Arguments

ParameterTypeDescription
idconst String&Time zone identifier.

Return Value

Time zone with specified identifier.

See Also