AnalogClock.TimeZone Property

Definition

Caution

deprecated

Indicates which time zone is currently used by this view. -or- Sets the specified time zone to use in this clock.

[System.Obsolete("deprecated")]
public virtual string? TimeZone { [Android.Runtime.Register("getTimeZone", "()Ljava/lang/String;", "GetGetTimeZoneHandler", ApiSince=31)] get; [Android.Runtime.Register("setTimeZone", "(Ljava/lang/String;)V", "GetSetTimeZone_Ljava_lang_String_Handler", ApiSince=31)] set; }
[<System.Obsolete("deprecated")>]
[<get: Android.Runtime.Register("getTimeZone", "()Ljava/lang/String;", "GetGetTimeZoneHandler", ApiSince=31)>]
[<set: Android.Runtime.Register("setTimeZone", "(Ljava/lang/String;)V", "GetSetTimeZone_Ljava_lang_String_Handler", ApiSince=31)>]
member this.TimeZone : string with get, set

Property Value

String

The ID of the current time zone or null if the default time zone, as set by the user, must be used

Attributes

Remarks

Property getter documentation:

Java documentation for android.widget.AnalogClock.getTimeZone().

Property setter documentation:

Java documentation for android.widget.AnalogClock.setTimeZone(java.lang.String).

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