Show / Hide Table of Contents

Class UM_TimePickerResult

Object that contains a picked time result from UM_TimePickerDialog

Inheritance
System.Object
UM_TimePickerResult
Namespace: SA.CrossPlatform.UI
Assembly: cs.temp.dll.dll
Syntax
public class UM_TimePickerResult : SA_Result

Properties

Hour

User picked hour.

Declaration
public int Hour { get; }
Property Value
Type Description
System.Int32

Minute

User picked minute.

Declaration
public int Minute { get; }
Property Value
Type Description
System.Int32
In This Article
Back to top Generated by DocFX