Stay organized with collections
Save and categorize content based on your preferences.
CalendarContract.CalendarCacheColumns
protected
static
interface
CalendarContract.CalendarCacheColumns
android.provider.CalendarContract.CalendarCacheColumns
|
Known indirect subclasses
|
Summary
Constants
KEY
public static final String KEY
The key for the setting. Keys are defined in CalendarCache
.
Constant Value:
"key"
VALUE
public static final String VALUE
The value of the given setting.
Constant 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](/guide/topics/manifest/uses-sdk-element#ApiLevels) \nSummary: [Constants](#constants) \n\nCalendarContract.CalendarCacheColumns\n=====================================\n\n*** ** * ** ***\n\n[Kotlin](/reference/kotlin/android/provider/CalendarContract.CalendarCacheColumns \"View this page in Kotlin\") \\|Java\n\n\n`\nprotected\nstatic\n\n\ninterface\nCalendarContract.CalendarCacheColumns\n`\n\n\n`\n\n\n`\n\n|--------------------------------------------------------|\n| android.provider.CalendarContract.CalendarCacheColumns |\n\n|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Known indirect subclasses [CalendarContract.CalendarCache](/reference/android/provider/CalendarContract.CalendarCache) |----------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------| | [CalendarContract.CalendarCache](/reference/android/provider/CalendarContract.CalendarCache) | CalendarCache stores some settings for calendar including the current time zone for the instances. | |\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nSummary\n-------\n\n| ### Constants ||\n|---------------------------------------|------------------------------------------------------------------------------------------------------------------|\n| [String](/reference/java/lang/String) | [KEY](/reference/android/provider/CalendarContract.CalendarCacheColumns#KEY) The key for the setting. |\n| [String](/reference/java/lang/String) | [VALUE](/reference/android/provider/CalendarContract.CalendarCacheColumns#VALUE) The value of the given setting. |\n\nConstants\n---------\n\n### KEY\n\nAdded in [API level 14](/guide/topics/manifest/uses-sdk-element#ApiLevels) \n\n```\npublic static final String KEY\n```\n\nThe key for the setting. Keys are defined in [CalendarCache](/reference/android/provider/CalendarContract.CalendarCache).\n\n\u003cbr /\u003e\n\nConstant Value:\n\n\"key\"\n\n\n### VALUE\n\nAdded in [API level 14](/guide/topics/manifest/uses-sdk-element#ApiLevels) \n\n```\npublic static final String VALUE\n```\n\nThe value of the given setting.\n\n\u003cbr /\u003e\n\nConstant Value:\n\n\"value\""]]