CalendarContract.CalendarCache.KeyTimezoneInstancesPrevious Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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.