TimeZoneNames.GetAvailableMetaZoneIDs(String) Method

Definition

Returns an immutable set of all available meta zone IDs used by the given time zone.

[Android.Runtime.Register("getAvailableMetaZoneIDs", "(Ljava/lang/String;)Ljava/util/Set;", "GetGetAvailableMetaZoneIDs_Ljava_lang_String_Handler", ApiSince=24)]
public abstract System.Collections.Generic.ICollection<string>? GetAvailableMetaZoneIDs (string? tzID);
[<Android.Runtime.Register("getAvailableMetaZoneIDs", "(Ljava/lang/String;)Ljava/util/Set;", "GetGetAvailableMetaZoneIDs_Ljava_lang_String_Handler", ApiSince=24)>]
abstract member GetAvailableMetaZoneIDs : string -> System.Collections.Generic.ICollection<string>

Parameters

tzID
String

The canonical time zone ID.

Returns

An immutable set of all available meta zone IDs used by the given time zone.

Attributes

Remarks

Returns an immutable set of all available meta zone IDs used by the given time zone.

Java documentation for android.icu.text.TimeZoneNames.getAvailableMetaZoneIDs(java.lang.String).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to