Share via


CalendarContract.Events.InterfaceConsts.Visible Field

Definition

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

[Android.Runtime.Register("VISIBLE")]
public const string Visible;
[<Android.Runtime.Register("VISIBLE")>]
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