C# Class Microsoft.Phone.Controls.TimePickerPage

Represents a page used by the TimePicker control that allows the user to choose a time (hour/minute/am/pm).
Inheritance: Microsoft.Phone.Controls.Primitives.DateTimePickerPageBase
Show file Open project: Kinnara/WPToolkit

Public Methods

Method Description
SetFlowDirection ( FlowDirection flowDirection ) : void

Sets the selectors and title flow direction.

TimePickerPage ( ) : System

Initializes a new instance of the TimePickerPage control.

Protected Methods

Method Description
GetSelectorsOrderedByCulturePattern ( ) : IEnumerable

Gets a sequence of LoopingSelector parts ordered according to culture string for date/time formatting.

OnOrientationChanged ( OrientationChangedEventArgs e ) : void

Handles changes to the page's Orientation property.

Method Details

GetSelectorsOrderedByCulturePattern() protected method

Gets a sequence of LoopingSelector parts ordered according to culture string for date/time formatting.
protected GetSelectorsOrderedByCulturePattern ( ) : IEnumerable
return IEnumerable

OnOrientationChanged() protected method

Handles changes to the page's Orientation property.
protected OnOrientationChanged ( OrientationChangedEventArgs e ) : void
e OrientationChangedEventArgs Event arguments.
return void

SetFlowDirection() public method

Sets the selectors and title flow direction.
public SetFlowDirection ( FlowDirection flowDirection ) : void
flowDirection FlowDirection Flow direction to set.
return void

TimePickerPage() public method

Initializes a new instance of the TimePickerPage control.
public TimePickerPage ( ) : System
return System