CalendarContract.EventDaysColumns.Endday Field

Definition

Caution

Use 'Android.Provider.CalendarContract.IEventDaysColumns.Endday'. This class will be removed in a future release.

The Julian ending day number.

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

Field Value

Attributes

Remarks

The Julian ending day number. Column name.

Type: INTEGER (int)

Java documentation for android.provider.CalendarContract.EventDaysColumns.ENDDAY.

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