Class AN_DatePickerDialog
A simple dialog containing an DatePicker.
Inheritance
System.Object
AN_DatePickerDialog
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_DatePickerDialog
Constructors
AN_DatePickerDialog(Int32, Int32, Int32, Boolean)
Creates a new date picker dialog for the specified date.
Declaration
public AN_DatePickerDialog(int year, int month, int day, bool wheelMode = false)
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.Boolean | wheelMode |
Methods
Show(Action<AN_DatePickerResult>)
Start the dialog and display it on screen.
Declaration
public void Show(Action<AN_DatePickerResult> callback)
Parameters
Type | Name | Description |
---|---|---|
Action<AN_DatePickerResult> | callback |