C# Class Android.Dialog.DateTimeElement

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

Méthodes publiques

Méthode Description
DateTimeElement ( string caption, System.DateTime date ) : System
DateTimeElement ( string caption, System.DateTime date, int layoutId ) : System
Format ( System.DateTime dt ) : string

Method Details

DateTimeElement() public méthode

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

DateTimeElement() public méthode

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

Format() public méthode

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