Language

Intent.ActionTimezoneOffsetChanged Field

Definition

Broadcast Action: Indicates that the system's time zone offset has changed without the time zone having changed.

[Android.Runtime.Register("ACTION_TIMEZONE_OFFSET_CHANGED", ApiSince=37)]
public const string ActionTimezoneOffsetChanged;
[<Android.Runtime.Register("ACTION_TIMEZONE_OFFSET_CHANGED", ApiSince=37)>]
val mutable ActionTimezoneOffsetChanged : string

Field Value

Implements

Attributes

Remarks

Broadcast Action: Indicates that the system's time zone offset has changed without the time zone having changed. This happens for example during seasonal clock changes, or when a region changes offset. EXTRA_OLD_TIMEZONE_OFFSET - The old time zone offset in seconds; EXTRA_NEW_TIMEZONE_OFFSET - The new time zone offset in seconds.

This is a protected intent that can only be sent by the system.

Android reference for android.content.Intent.ACTION_TIMEZONE_OFFSET_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