protected static interface CalendarContract.EventDaysColumns

android.provider.CalendarContract.EventDaysColumns



Summary

Constants

String ENDDAY

The Julian ending day number.

String STARTDAY

The Julian starting day number.

Constants

ENDDAY

public static final String ENDDAY

The Julian ending day number. Column name.

Type: INTEGER (int)

Constant Value: "endDay"

STARTDAY

public static final String STARTDAY

The Julian starting day number. Column name.

Type: INTEGER (int)

Constant 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.