TimeZoneNames.GetDisplayName(String, TimeZoneNames+NameType, Int64) Method

Definition

[Android.Runtime.Register("getDisplayName", "(Ljava/lang/String;Landroid/icu/text/TimeZoneNames$NameType;J)Ljava/lang/String;", "", ApiSince=24)]
public string? GetDisplayName (string? tzID, Android.Icu.Text.TimeZoneNames.NameType? type, long date);
[<Android.Runtime.Register("getDisplayName", "(Ljava/lang/String;Landroid/icu/text/TimeZoneNames$NameType;J)Ljava/lang/String;", "", ApiSince=24)>]
member this.GetDisplayName : string * Android.Icu.Text.TimeZoneNames.NameType * int64 -> string

Parameters

tzID
String
date
Int64

Returns

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to