Language

TimeZoneNames.AvailableMetaZoneIDs Property

Definition

Returns an immutable set of all available meta zone IDs.

public abstract System.Collections.Generic.ICollection<string>? AvailableMetaZoneIDs { [Android.Runtime.Register("getAvailableMetaZoneIDs", "()Ljava/util/Set;", "GetGetAvailableMetaZoneIDsHandler", ApiSince=24)] get; }
[<get: Android.Runtime.Register("getAvailableMetaZoneIDs", "()Ljava/util/Set;", "GetGetAvailableMetaZoneIDsHandler", ApiSince=24)>]
member this.AvailableMetaZoneIDs : System.Collections.Generic.ICollection<string>

Property Value

An immutable set of all available meta zone IDs.

Attributes

Remarks

Returns an immutable set of all available meta zone IDs.

Android reference for android.icu.text.TimeZoneNames.getAvailableMetaZoneIDs.

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