CalendarContract.Attendees.InterfaceConsts.DisplayColor Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This will be #EVENT_COLOR
if it is not null; otherwise, this will be
Calendars#CALENDAR_COLOR
.
[Android.Runtime.Register("DISPLAY_COLOR")]
public const string DisplayColor;
[<Android.Runtime.Register("DISPLAY_COLOR")>]
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.