Java.Util.TimeZone.GetDisplayName Method
Equivalent to getDisplayName(daylightTime, style, Locale.getDefault()).

Syntax

[Android.Runtime.Register("getDisplayName", "(ZI)Ljava/lang/String;", "")]
public string GetDisplayName (bool daylightTime, [Android.Runtime.GeneratedEnum] TimeZoneStyle style)

Parameters

daylightTime
Documentation for this section has not yet been entered.
style
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Equivalent to getDisplayName(daylightTime, style, Locale.getDefault()). Be wary of the default locale.

[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