Java.Util.TimeZone.GetAvailableIDs Method
Returns the IDs of the time zones whose offset from UTC is offsetMillis.

Syntax

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

Parameters

offsetMillis
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the IDs of the time zones whose offset from UTC is offsetMillis. 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