Partager via


SimpleDateFormat.TimeZoneFormat Property

Definition

<strong>[icu]</strong> Gets the time zone formatter which this date/time formatter uses to format and parse a time zone. -or- <strong>[icu]</strong> Allows you to set the time zone formatter.

public virtual Android.Icu.Text.TimeZoneFormat? TimeZoneFormat { [Android.Runtime.Register("getTimeZoneFormat", "()Landroid/icu/text/TimeZoneFormat;", "GetGetTimeZoneFormatHandler", ApiSince=24)] get; [Android.Runtime.Register("setTimeZoneFormat", "(Landroid/icu/text/TimeZoneFormat;)V", "GetSetTimeZoneFormat_Landroid_icu_text_TimeZoneFormat_Handler", ApiSince=24)] set; }
[<get: Android.Runtime.Register("getTimeZoneFormat", "()Landroid/icu/text/TimeZoneFormat;", "GetGetTimeZoneFormatHandler", ApiSince=24)>]
[<set: Android.Runtime.Register("setTimeZoneFormat", "(Landroid/icu/text/TimeZoneFormat;)V", "GetSetTimeZoneFormat_Landroid_icu_text_TimeZoneFormat_Handler", ApiSince=24)>]
member this.TimeZoneFormat : Android.Icu.Text.TimeZoneFormat with get, set

Property Value

the time zone formatter which this date/time formatter uses.

Attributes

Remarks

Property getter documentation:

<strong>[icu]</strong> Gets the time zone formatter which this date/time formatter uses to format and parse a time zone.

Java documentation for android.icu.text.SimpleDateFormat.getTimeZoneFormat().

Property setter documentation:

<strong>[icu]</strong> Allows you to set the time zone formatter.

Java documentation for android.icu.text.SimpleDateFormat.setTimeZoneFormat(android.icu.text.TimeZoneFormat).

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