Stay organized with collections
Save and categorize content based on your preferences.
EventDaysColumns
protected interface EventDaysColumns
Summary
Constants |
static String |
The Julian ending day number.
|
static String |
The Julian starting day number.
|
Constants
ENDDAY
static val ENDDAY: String
The Julian ending day number. Column name.
Type: INTEGER (int)
Value: "endDay"
STARTDAY
static val STARTDAY: String
The Julian starting day number. Column name.
Type: INTEGER (int)
Value: "startDay"
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.EventDaysColumns\n\nAdded in [API level 14](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels)\n\nEventDaysColumns\n================\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/android/provider/CalendarContract.EventDaysColumns \"View this page in Java\") \n\n```\nprotected interface EventDaysColumns\n```\n\n|---------------------------------------------------------|\n| [android.provider.CalendarContract.EventDaysColumns](#) |\n\n|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Known Direct Subclasses [CalendarContract.EventDays](/reference/kotlin/android/provider/CalendarContract.EventDays) |---------------------------------------------------------------------------------------------|-------------------------------------------------------------------------| | [CalendarContract.EventDays](/reference/kotlin/android/provider/CalendarContract.EventDays) | Fields and helpers for querying for a list of days that contain events. | |\n\nSummary\n-------\n\n| Constants ||\n|-----------------------------------------------------------------------------------------|---------------------------------------------------------------------|\n| static [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | [ENDDAY](#ENDDAY:kotlin.String) The Julian ending day number. |\n| static [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | [STARTDAY](#STARTDAY:kotlin.String) The Julian starting day number. |\n\nConstants\n---------\n\n### ENDDAY\n\nAdded in [API level 14](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val ENDDAY: String\n```\n\nThe Julian ending day number. Column name.\n\nType: INTEGER (int) \n\n Value: \"endDay\"\n\n### STARTDAY\n\nAdded in [API level 14](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val STARTDAY: String\n```\n\nThe Julian starting day number. Column name.\n\nType: INTEGER (int) \n\n Value: \"startDay\""]]