Partager via


TimeZoneFormat.SetTimeZoneNames(TimeZoneNames) Method

Definition

Sets the time zone display name data to this instance.

[Android.Runtime.Register("setTimeZoneNames", "(Landroid/icu/text/TimeZoneNames;)Landroid/icu/text/TimeZoneFormat;", "GetSetTimeZoneNames_Landroid_icu_text_TimeZoneNames_Handler", ApiSince=24)]
public virtual Android.Icu.Text.TimeZoneFormat? SetTimeZoneNames (Android.Icu.Text.TimeZoneNames? tznames);
[<Android.Runtime.Register("setTimeZoneNames", "(Landroid/icu/text/TimeZoneNames;)Landroid/icu/text/TimeZoneFormat;", "GetSetTimeZoneNames_Landroid_icu_text_TimeZoneNames_Handler", ApiSince=24)>]
abstract member SetTimeZoneNames : Android.Icu.Text.TimeZoneNames -> Android.Icu.Text.TimeZoneFormat
override this.SetTimeZoneNames : Android.Icu.Text.TimeZoneNames -> Android.Icu.Text.TimeZoneFormat

Parameters

tznames
TimeZoneNames

the time zone display name data.

Returns

this object.

Attributes

Remarks

Sets the time zone display name data to this instance.

Java documentation for android.icu.text.TimeZoneFormat.setTimeZoneNames(android.icu.text.TimeZoneNames).

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