C# Class Android.Dialog.DateElement

Inheritance: DateTimeElement
Afficher le fichier Open project: benhorgen/MonoCross-Example Class Usage Examples

Méthodes publiques

Méthode Description
DateElement ( string caption, System.DateTime date ) : System
DateElement ( string caption, System.DateTime date, int layoutId ) : System
Format ( DateTime dt ) : string
OnDateSet ( object sender, DatePickerDialog e ) : void

Private Methods

Méthode Description
EditDate ( ) : void

Method Details

DateElement() public méthode

public DateElement ( string caption, System.DateTime date ) : System
caption string
date System.DateTime
Résultat System

DateElement() public méthode

public DateElement ( string caption, System.DateTime date, int layoutId ) : System
caption string
date System.DateTime
layoutId int
Résultat System

Format() public méthode

public Format ( DateTime dt ) : string
dt DateTime
Résultat string

OnDateSet() public méthode

public OnDateSet ( object sender, DatePickerDialog e ) : void
sender object
e DatePickerDialog
Résultat void