Android.Content.Intent.ActionTimezoneChanged Field
Broadcast Action: The timezone has changed.

Syntax

[Android.Runtime.Register("ACTION_TIMEZONE_CHANGED")]
public const string ActionTimezoneChanged

Remarks

Broadcast Action: The timezone has changed. The intent will have the following extra values:

  • time-zone - The java.util.TimeZone.getID() value identifying the new time zone.

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

[Android Documentation]

Requirements

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