Stay organized with collections
Save and categorize content based on your preferences.
CalendarCacheColumns
protected interface CalendarCacheColumns
Summary
Constants |
static String |
The key for the setting.
|
static String |
The value of the given setting.
|
Constants
KEY
static val KEY: String
The key for the setting. Keys are defined in CalendarCache
.
Value: "key"
VALUE
static val VALUE: String
The value of the given setting.
Value: "value"
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-10 UTC."],[],[],null,["# CalendarContract.CalendarCacheColumns\n\nAdded in [API level 14](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels)\n\nCalendarCacheColumns\n====================\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/android/provider/CalendarContract.CalendarCacheColumns \"View this page in Java\") \n\n```\nprotected interface CalendarCacheColumns\n```\n\n|-------------------------------------------------------------|\n| [android.provider.CalendarContract.CalendarCacheColumns](#) |\n\n|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Known Direct Subclasses [CalendarContract.CalendarCache](/reference/kotlin/android/provider/CalendarContract.CalendarCache) |-----------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------| | [CalendarContract.CalendarCache](/reference/kotlin/android/provider/CalendarContract.CalendarCache) | CalendarCache stores some settings for calendar including the current time zone for the instances. | |\n\nSummary\n-------\n\n| Constants ||\n|-----------------------------------------------------------------------------------------|---------------------------------------------------------------|\n| static [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | [KEY](#KEY:kotlin.String) The key for the setting. |\n| static [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | [VALUE](#VALUE:kotlin.String) The value of the given setting. |\n\nConstants\n---------\n\n### KEY\n\nAdded in [API level 14](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val KEY: String\n```\n\nThe key for the setting. Keys are defined in [CalendarCache](/reference/kotlin/android/provider/CalendarContract.CalendarCache). \n\n Value: \"key\"\n\n### VALUE\n\nAdded in [API level 14](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val VALUE: String\n```\n\nThe value of the given setting. \n\n Value: \"value\""]]