Show / Hide Table of Contents

Class AN_DatePickerResult

Object that contains a result of picking a date using the AN_DatePickerDialog

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

Properties

Day

The day of the month that was set.

Declaration
public int Day { 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