TimeZoneFormat.SetTimeZoneNames(TimeZoneNames) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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.