TimeZone.GetAvailableIDs Method

Definition

Overloads

GetAvailableIDs(TimeZone+SystemTimeZoneType, String, Integer)
GetAvailableIDs(String)
GetAvailableIDs(Int32)
GetAvailableIDs()

GetAvailableIDs(TimeZone+SystemTimeZoneType, String, Integer)

[Android.Runtime.Register("getAvailableIDs", "(Landroid/icu/util/TimeZone$SystemTimeZoneType;Ljava/lang/String;Ljava/lang/Integer;)Ljava/util/Set;", "", ApiSince=24)]
public static System.Collections.Generic.ICollection<string>? GetAvailableIDs (Android.Icu.Util.TimeZone.SystemTimeZoneType? zoneType, string? region, Java.Lang.Integer? rawOffset);
[<Android.Runtime.Register("getAvailableIDs", "(Landroid/icu/util/TimeZone$SystemTimeZoneType;Ljava/lang/String;Ljava/lang/Integer;)Ljava/util/Set;", "", ApiSince=24)>]
static member GetAvailableIDs : Android.Icu.Util.TimeZone.SystemTimeZoneType * string * Java.Lang.Integer -> System.Collections.Generic.ICollection<string>

Parameters

region
String
rawOffset
Integer

Returns

Attributes

Remarks

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

GetAvailableIDs(String)

[Android.Runtime.Register("getAvailableIDs", "(Ljava/lang/String;)[Ljava/lang/String;", "", ApiSince=24)]
public static string[]? GetAvailableIDs (string? country);
[<Android.Runtime.Register("getAvailableIDs", "(Ljava/lang/String;)[Ljava/lang/String;", "", ApiSince=24)>]
static member GetAvailableIDs : string -> string[]

Parameters

country
String

Returns

String[]
Attributes

Remarks

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

GetAvailableIDs(Int32)

[Android.Runtime.Register("getAvailableIDs", "(I)[Ljava/lang/String;", "", ApiSince=24)]
public static string[]? GetAvailableIDs (int rawOffset);
[<Android.Runtime.Register("getAvailableIDs", "(I)[Ljava/lang/String;", "", ApiSince=24)>]
static member GetAvailableIDs : int -> string[]

Parameters

rawOffset
Int32

Returns

String[]
Attributes

Remarks

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

GetAvailableIDs()

[Android.Runtime.Register("getAvailableIDs", "()[Ljava/lang/String;", "", ApiSince=24)]
public static string[]? GetAvailableIDs ();
[<Android.Runtime.Register("getAvailableIDs", "()[Ljava/lang/String;", "", ApiSince=24)>]
static member GetAvailableIDs : unit -> string[]

Returns

String[]
Attributes

Remarks

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