Android.Widget.DatePicker Class
This class is a widget for selecting a date.

See Also: DatePicker Members

Syntax

[Android.Runtime.Register("android/widget/DatePicker", DoNotGenerateAcw=true)]
public class DatePicker : FrameLayout

Remarks

This class is a widget for selecting a date. The date can be selected by a year, month, and day spinners or a Android.Widget.CalendarView. The set of spinners and the calendar view are automatically synchronized. The client can customize whether only the spinners, or only the calendar view, or both to be displayed. Also the minimal and maximal date from which dates to be selected can be customized.

See the Pickers guide.

For a dialog using this view, see Android.App.DatePickerDialog.

[Android Documentation]

Requirements

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