CalendarContract.EventsColumns.AllDay Field

Definition

Caution

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

Is the event all day (time zone independent).

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

Field Value

Attributes

Remarks

Is the event all day (time zone independent). Column name.

Type: INTEGER (boolean)

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

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