Java.Util.TimeZone.GetDisplayName Method
Returns the TimeZone.Short or TimeZone.Long name of this time zone with either standard or daylight time, as written in locale.

Syntax

[Android.Runtime.Register("getDisplayName", "(ZILjava/util/Locale;)Ljava/lang/String;", "GetGetDisplayName_ZILjava_util_Locale_Handler")]
public virtual string GetDisplayName (bool daylightTime, [Android.Runtime.GeneratedEnum] TimeZoneStyle style, Locale locale)

Parameters

daylightTime
true for daylight time, false for standard time.
style
either TimeZone.Long or TimeZone.Short.
locale
the display locale.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the TimeZone.Short or TimeZone.Long name of this time zone with either standard or daylight time, as written in locale. If the name is not available, the result is in the format GMT[+-]hh:mm.

[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