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
Afficher le fichier Open project: Kinnara/WPToolkit

Méthodes publiques

Méthode Description
SetFlowDirection ( FlowDirection flowDirection ) : void

Sets the selectors and title flow direction.

TimePickerPage ( ) : System

Initializes a new instance of the TimePickerPage control.

Méthodes protégées

Méthode 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 méthode

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

OnOrientationChanged() protected méthode

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

SetFlowDirection() public méthode

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

TimePickerPage() public méthode

Initializes a new instance of the TimePickerPage control.
public TimePickerPage ( ) : System
Résultat System