Class AN_DateTimePickerDialog
A simple dialog containing an Date and Time Picker.
Inheritance
System.Object
AN_DateTimePickerDialog
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_DateTimePickerDialog
Constructors
AN_DateTimePickerDialog(Int32, Int32, Int32, Int32, Int32)
Creates a new date and time picker dialog for the specified date and time.
Declaration
public AN_DateTimePickerDialog(int year, int month, int day, int hour, int minute)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | year | the initially selected year. |
System.Int32 | month | the initially selected month of the year 0-11. |
System.Int32 | day | the initially selected day of month (1-31, depending on month) |
System.Int32 | hour | the initially selected hour 0-23. |
System.Int32 | minute | the initially selected minute 0-59 |
Methods
Show(Action<AN_DateTimePickerResult>)
Start the Wheel Date and Time Picker dialog and display it on screen.
Declaration
public void Show(Action<AN_DateTimePickerResult> callback)
Parameters
Type | Name | Description |
---|---|---|
Action<AN_DateTimePickerResult> | callback |