Android.Widget.CalendarView.Date Property
Gets the selected date in milliseconds since January 1, 1970 00:00:00 in Java.Util.TimeZone.Default time zone.

Syntax

[get: Android.Runtime.Register("getDate", "()J", "GetGetDateHandler")]
[set: Android.Runtime.Register("setDate", "(J)V", "GetSetDate_JHandler")]
public virtual long Date { get; set; }

See Also

CalendarView.SetDate(long, System.Boolean, System.Boolean)
CalendarView.MinDate
CalendarView.MaxDate

Value

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IllegalArgumentExceptionof the provided date is before the minimal or after the maximal date.
Java.Lang.IllegalArgumentExceptionof the provided date is before the minimal or after the maximal date.
Java.Lang.IllegalArgumentExceptionof the provided date is before the minimal or after the maximal date.
Java.Lang.IllegalArgumentExceptionof the provided date is before the minimal or after the maximal date.
Java.Lang.IllegalArgumentExceptionof the provided date is before the minimal or after the maximal date.

Remarks

Get method documentation [Android Documentation]

Gets the selected date in milliseconds since January 1, 1970 00:00:00 in Java.Util.TimeZone.Default time zone.

Set method documentation [Android Documentation]

Sets the selected date in milliseconds since January 1, 1970 00:00:00 in Java.Util.TimeZone.Default time zone.

Requirements

Namespace: Android.Widget
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 11