CalendarContract.EventsColumns.DisplayColor Field

Definition

Caution

Use 'Android.Provider.CalendarContract.IEventsColumns.DisplayColor'. This class will be removed in a future release.

This will be #EVENT_COLOR if it is not null; otherwise, this will be Calendars#CALENDAR_COLOR.

[Android.Runtime.Register("DISPLAY_COLOR")]
[System.Obsolete("Use 'Android.Provider.CalendarContract.IEventsColumns.DisplayColor'. This class will be removed in a future release.")]
public const string DisplayColor;
[<Android.Runtime.Register("DISPLAY_COLOR")>]
[<System.Obsolete("Use 'Android.Provider.CalendarContract.IEventsColumns.DisplayColor'. This class will be removed in a future release.")>]
val mutable DisplayColor : string

Field Value

Attributes

Remarks

This will be #EVENT_COLOR if it is not null; otherwise, this will be Calendars#CALENDAR_COLOR. Read-only value. To modify, write to #EVENT_COLOR or Calendars#CALENDAR_COLOR directly.

Type: INTEGER

Java documentation for android.provider.CalendarContract.EventsColumns.DISPLAY_COLOR.

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.

Applies to