Show / Hide Table of Contents

Class AN_DateTimePickerResult

Object that contains a result of picking a date and time using the AN_DateTimePickerDialog

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

Properties

Day

The day of the month that was set (1-31, depending on month).

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

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

Month

The month that was set (0-11)

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

Year

The year that was set.

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