Share via


CalendarContract.CalendarCache.KeyTimezoneInstancesPrevious Field

Definition

The key for reading the last time zone set by the user.

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

Field Value

Attributes

Remarks

The key for reading the last time zone set by the user. This should only be read by apps and it will be automatically updated whenever #KEY_TIMEZONE_INSTANCES is updated with #TIMEZONE_TYPE_HOME set.

Java documentation for android.provider.CalendarContract.CalendarCache.KEY_TIMEZONE_INSTANCES_PREVIOUS.

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