Show / Hide Table of Contents

Class UM_CalendarDatePickerDialog

A simple dialog containing a Calendar DatePicker.

Inheritance
System.Object
UM_CalendarDatePickerDialog
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_CalendarDatePickerDialog

Constructors

UM_CalendarDatePickerDialog(Int32, Int32, Boolean)

Creates a new calendar date picker dialog for the specified date.

Declaration
public UM_CalendarDatePickerDialog(int year = 0, int endYear = 0, bool isStartsFromSunday = false)
Parameters
Type Name Description
System.Int32 year

the initially selected year.

System.Int32 endYear

Optional. The end year from calendar.

System.Boolean isStartsFromSunday

Optional. Indicates does first day of the week is Sunday or not.

Methods

Show(Action<UM_DatePickerResult>)

Start the dialog and display it on screen.

Declaration
public void Show(Action<UM_DatePickerResult> callback)
Parameters
Type Name Description
Action<UM_DatePickerResult> callback
In This Article
Back to top Generated by DocFX