C# Class MonoDroid.Dialog.TimeElement

Inheritance: DateTimeElement
Afficher le fichier Open project: CartBlanche/MonoDroid.Dialog Class Usage Examples

Méthodes publiques

Méthode Description
Format ( System.DateTime dt ) : string
OnDateSet ( object sender, Android.App.TimePickerDialog e ) : void
TimeElement ( string caption, System.DateTime date ) : System
TimeElement ( string caption, System.DateTime date, int layoutId ) : System

Private Methods

Méthode Description
EditDate ( ) : void

Method Details

Format() public méthode

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

OnDateSet() public méthode

public OnDateSet ( object sender, Android.App.TimePickerDialog e ) : void
sender object
e Android.App.TimePickerDialog
Résultat void

TimeElement() public méthode

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

TimeElement() public méthode

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