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
Mostrar archivo Open project: sgrebnov/jqmobile-wp8-theme

Public Methods

Method 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

Method Description
dateTimePickerTask_Completed ( object sender, Cordova.Extension.Commands.DateTimePickerTask e ) : void

Handles datetime picker result

Method Details

selectDate() public method

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

selectTime() public method

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