DatePickerDialog.OnDateChanged(DatePicker, Int32, Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
DatePicker: This value cannot be null.
- year
- Int32
int: The year that was set.
- month
- Int32
int: The month that was set (0-11) for compatibility with Calendar.
- dayOfMonth
- Int32
int: The day of the month that was set.
Implements
- Attributes
Remarks
Called upon a date change.
Android reference for android.app.DatePickerDialog.onDateChanged.
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.