C# Class KitchenSink.DatepickerPage

Inheritance: Json
显示文件 Open project: StarcounterSamples/KitchenSink

Protected Methods

Method Description
GetDate ( string Value ) : DateTime?
Handle ( Input Action ) : void
OnData ( ) : void
ParseDate ( string Value ) : void

Method Details

GetDate() protected method

protected GetDate ( string Value ) : DateTime?
Value string
return DateTime?

Handle() protected method

protected Handle ( Input Action ) : void
Action Input
return void

OnData() protected method

protected OnData ( ) : void
return void

ParseDate() protected method

protected ParseDate ( string Value ) : void
Value string
return void