TimeZone.GetAvailableIDs Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- zoneType
- TimeZone.SystemTimeZoneType
- 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
- 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
- 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
- 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.