Java.Util.TimeZone.GetAvailableIDs Method
Returns the system's installed time zone IDs.

Syntax

[Android.Runtime.Register("getAvailableIDs", "()[Ljava/lang/String;", "")]
public static string[] GetAvailableIDs ()

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the system's installed time zone IDs. Any of these IDs can be passed to TimeZone.GetTimeZone(string) to lookup the corresponding time zone instance.

[Android Documentation]

Requirements

Namespace: Java.Util
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1