C# Class Cordova.Extension.Commands.DateTimePicker

Represents command that allows the user to choose a date (day/month/year) or time (hour/minute/am/pm).
Inheritance: WP8CordovaClassLib.Cordova.Commands.BaseCommand
Afficher le fichier Open project: sgrebnov/jqmobile-wp8-theme

Méthodes publiques

Méthode Description
selectDate ( string options ) : void

Triggers special UI to select a date (day/month/year)

selectTime ( string options ) : void

Triggers special UI to select a time (hour/minute/am/pm).

Private Methods

Méthode Description
dateTimePickerTask_Completed ( object sender, Cordova.Extension.Commands.DateTimePickerTask e ) : void

Handles datetime picker result

Method Details

selectDate() public méthode

Triggers special UI to select a date (day/month/year)
public selectDate ( string options ) : void
options string
Résultat void

selectTime() public méthode

Triggers special UI to select a time (hour/minute/am/pm).
public selectTime ( string options ) : void
options string
Résultat void