CalendarContract.CalendarColumns.Visible Field

Definition

Caution

Use 'Android.Provider.CalendarContract.ICalendarColumns.Visible'. This class will be removed in a future release.

Is the calendar selected to be displayed? 0 - do not show events associated with this calendar.

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

Field Value

Attributes

Remarks

Is the calendar selected to be displayed? 0 - do not show events associated with this calendar. 1 - show events associated with this calendar

Type: INTEGER (boolean)

Java documentation for android.provider.CalendarContract.CalendarColumns.VISIBLE.

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