Android.Widget.CalendarView.MaxDate Property
Gets the maximal 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("getMaxDate", "()J", "GetGetMaxDateHandler")]
[set: Android.Runtime.Register("setMaxDate", "(J)V", "GetSetMaxDate_JHandler")]
public virtual long MaxDate { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Gets the maximal 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 maximal date is 01/01/2100.

Set method documentation [Android Documentation]

Sets the maximal 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