DatePickerDialog.OnDateChanged(DatePicker, Int32, Int32, Int32) Method

Definition

Called upon a date change.

[Android.Runtime.Register("onDateChanged", "(Landroid/widget/DatePicker;III)V", "GetOnDateChanged_Landroid_widget_DatePicker_IIIHandler")]
public virtual void OnDateChanged (Android.Widget.DatePicker view, int year, int month, int dayOfMonth);
[<Android.Runtime.Register("onDateChanged", "(Landroid/widget/DatePicker;III)V", "GetOnDateChanged_Landroid_widget_DatePicker_IIIHandler")>]
abstract member OnDateChanged : Android.Widget.DatePicker * int * int * int -> unit
override this.OnDateChanged : Android.Widget.DatePicker * int * int * int -> unit

Parameters

view
DatePicker

The view associated with this listener.

year
Int32

The year that was set.

month
Int32

The month that was set (0-11) for compatibility with Calendar.

dayOfMonth
Int32

Implements

Attributes

Remarks

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