Java.Text.DateFormatSymbols.GetZoneStrings Method
Returns the two-dimensional array of strings containing localized names for time zones.

Syntax

[Android.Runtime.Register("getZoneStrings", "()[[Ljava/lang/String;", "GetGetZoneStringsHandler")]
public virtual string[][] GetZoneStrings ()

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the two-dimensional array of strings containing localized names for time zones. Each row is an array of five strings:

  • The time zone ID, for example "America/Los_Angeles". This is not localized, and is used as a key into the table.
  • The long display name, for example "Pacific Standard Time".
  • The short display name, for example "PST".
  • The long display name for DST, for example "Pacific Daylight Time". This is the non-DST long name for zones that have never had DST, for example "Central Standard Time" for "Canada/Saskatchewan".
  • The short display name for DST, for example "PDT". This is the non-DST short name for zones that have never had DST, for example "CST" for "Canada/Saskatchewan".

[Android Documentation]

Requirements

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