Android.Widget.CalendarView.MinDate Property
Gets the minimal date supported by this Android.Widget.CalendarView in milliseconds since January 1, 1970 00:00:00 in Java.Util.TimeZone.Default time zone.

Syntax

[get: Android.Runtime.Register("getMinDate", "()J", "GetGetMinDateHandler")]
[set: Android.Runtime.Register("setMinDate", "(J)V", "GetSetMinDate_JHandler")]
public virtual long MinDate { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Gets the minimal date supported by this Android.Widget.CalendarView in milliseconds since January 1, 1970 00:00:00 in Java.Util.TimeZone.Default time zone. Note: The default minimal date is 01/01/1900.

Set method documentation [Android Documentation]

Sets the minimal date supported by this Android.Widget.CalendarView 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