Class UM_DateTimePickerDialog
A simple wheel dialog to pick date and time.
Inheritance
System.Object
UM_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.CrossPlatform.UI
Assembly: cs.temp.dll.dll
Syntax
public class UM_DateTimePickerDialog
Constructors
UM_DateTimePickerDialog(DateTime)
Creates a new date and time picker dialog.
Declaration
public UM_DateTimePickerDialog(DateTime startDateTime = null)
Parameters
Type | Name | Description |
---|---|---|
DateTime | startDateTime | Optional. Initially selected date and time. . |
Methods
Show(Action<UM_DateTimePickerResult>)
Start the wheel date and time picker dialog and display it on screen due to your platform.
Declaration
public void Show(Action<UM_DateTimePickerResult> callback)
Parameters
Type | Name | Description |
---|---|---|
Action<UM_DateTimePickerResult> | callback |