Android.App.DatePickerDialog.UpdateDate Method
Sets the current date.

Syntax

[Android.Runtime.Register("updateDate", "(III)V", "GetUpdateDate_IIIHandler")]
public virtual void UpdateDate (int year, int monthOfYear, int dayOfMonth)

Parameters

year
The date year.
monthOfYear
The date month.
dayOfMonth
The date day of month.

Remarks

Sets the current date.

[Android Documentation]

Requirements

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