CalendarContract.CalendarCache.KeyTimezoneInstances 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 updating the time zone used by the provider when it generates the instances table.
[Android.Runtime.Register("KEY_TIMEZONE_INSTANCES")]
public const string KeyTimezoneInstances;
[<Android.Runtime.Register("KEY_TIMEZONE_INSTANCES")>]
val mutable KeyTimezoneInstances : string
Field Value
- Attributes
Remarks
The key for updating the time zone used by the provider when it generates the instances table. This should only be written if the type is set to #TIMEZONE_TYPE_HOME
. A valid time zone id should be written to this field.
Java documentation for android.provider.CalendarContract.CalendarCache.KEY_TIMEZONE_INSTANCES
.
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.