CalendarContract.EventsColumns.Dtstart Field

Definition

Caution

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

The time the event starts in UTC millis since epoch.

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

Field Value

Attributes

Remarks

The time the event starts in UTC millis since epoch. Column name.

Type: INTEGER (long; millis since epoch)

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

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