Intent.ActionTimezoneChanged Field

Definition

Broadcast Action: The timezone has changed.

[Android.Runtime.Register("ACTION_TIMEZONE_CHANGED")]
public const string ActionTimezoneChanged;
[<Android.Runtime.Register("ACTION_TIMEZONE_CHANGED")>]
val mutable ActionTimezoneChanged : string

Field Value

Implements

Attributes

Remarks

Broadcast Action: The timezone has changed. The intent will have the following extra values:</p> <ul> <li>#EXTRA_TIMEZONE - The java.util.TimeZone.getID() value identifying the new time zone.</li> </ul>

<p class="note">This is a protected intent that can only be sent by the system.

Java documentation for android.content.Intent.ACTION_TIMEZONE_CHANGED.

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