C# Class MonoMobile.Dialog.TimeElement

Inheritance: DateTimeElement
Afficher le fichier Open project: moljac/MonoMobile.Dialog Class Usage Examples

Méthodes publiques

Méthode Description
CreatePicker ( ) : UIDatePicker
Format ( System.DateTime dt ) : string
FormatDate ( System.DateTime dt ) : string
OnDateSet ( object sender, TimePickerDialog e ) : void
TimeElement ( string caption, System.DateTime date ) : System

Méthodes protégées

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

Private Methods

Méthode Description
EditDate ( ) : void

Method Details

CreatePicker() public méthode

public CreatePicker ( ) : UIDatePicker
Résultat UIDatePicker

Format() public méthode

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

FormatDate() public méthode

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

OnDateSet() public méthode

public OnDateSet ( object sender, TimePickerDialog e ) : void
sender object
e 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() protected méthode

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