GetSystemTimeZones()

TimeZoneInfo::GetSystemTimeZones() method

Gets sorted collection of all time zones available on the local system.

static SharedPtr<System::Collections::ObjectModel::ReadOnlyCollection<TimeZoneInfoPtr>> System::TimeZoneInfo::GetSystemTimeZones()

Return Value

Collection of TimeZoneInfo objects.

See Also