Show / Hide Table of Contents

Class AN_TimePickerResult

Object that contains a result of picking a time using the AN_TimePickerDialog

Inheritance
System.Object
AN_TimePickerResult
Namespace: SA.Android.App
Assembly: cs.temp.dll.dll
Syntax
public class AN_TimePickerResult : SA_Result

Properties

Hour

The hour that was set (0-23)

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

Minute

The minute that was set (0-59)

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