Android.Widget.TextClock.TimeZone Property
Indicates which time zone is currently used by this view.

Syntax

[get: Android.Runtime.Register("getTimeZone", "()Ljava/lang/String;", "GetGetTimeZoneHandler")]
[set: Android.Runtime.Register("setTimeZone", "(Ljava/lang/String;)V", "GetSetTimeZone_Ljava_lang_String_Handler")]
public virtual string TimeZone { get; set; }

See Also

Java.Util.TimeZone
Java.Util.TimeZone.GetAvailableIDs
TextClock.TimeZone
TextClock.TimeZone
Java.Util.TimeZone.GetAvailableIDs
Java.Util.TimeZone.GetTimeZone(string)

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Indicates which time zone is currently used by this view.

Set method documentation [Android Documentation]

Sets the specified time zone to use in this clock. When the time zone is set through this method, system time zone changes (when the user sets the time zone in settings for instance) will be ignored.

Requirements

Namespace: Android.Widget
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 17