Class AN_TimePickerDialog
A simple dialog containing an TimePicker.
Inheritance
System.Object
AN_TimePickerDialog
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: SA.Android.App
Assembly: cs.temp.dll.dll
Syntax
public class AN_TimePickerDialog
Constructors
AN_TimePickerDialog(Int32, Int32, Boolean)
Creates a new time picker dialog for the specified time.
Declaration
public AN_TimePickerDialog(int hour, int minute, bool wheelMode = false)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | hour | the initially selected hour. |
System.Int32 | minute | the initially selected minute |
System.Boolean | wheelMode | (optional) change the view of the widget |
Methods
Show(Action<AN_TimePickerResult>)
Start the Time Picker dialog and display it on screen.
Declaration
public void Show(Action<AN_TimePickerResult> callback)
Parameters
Type | Name | Description |
---|---|---|
Action<AN_TimePickerResult> | callback |