CalendarContract.ColorsColumns.TypeCalendar Field

Definition

Caution

This constant will be removed in the future version. Use Android.Provider.CalendarColoredTypes enum directly instead of this field.

This indicateds a color that can be used for calendars.

[Android.Runtime.Register("TYPE_CALENDAR")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Provider.CalendarColoredTypes enum directly instead of this field.", true)]
public const Android.Provider.CalendarColoredTypes TypeCalendar = 0;
[<Android.Runtime.Register("TYPE_CALENDAR")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Provider.CalendarColoredTypes enum directly instead of this field.", true)>]
val mutable TypeCalendar : Android.Provider.CalendarColoredTypes

Field Value

Value = 0
Attributes

Remarks

This indicateds a color that can be used for calendars.

Java documentation for android.provider.CalendarContract.ColorsColumns.TYPE_CALENDAR.

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