SimpleDateFormat.TimeZoneFormat Property
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.
<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.
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.