Android.App.TimePickerDialog.UpdateTime Method
Sets the current time.

Syntax

[Android.Runtime.Register("updateTime", "(II)V", "GetUpdateTime_IIHandler")]
public virtual void UpdateTime (int hourOfDay, int minutOfHour)

Parameters

hourOfDay
The current hour within the day.
minuteOfHour
The current minute within the hour.

Remarks

Sets the current time.

[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