C# Class Microsoft.Phone.Controls.DatePickerPage

Represents a page used by the DatePicker control that allows the user to choose a date (day/month/year).
Inheritance: Microsoft.Phone.Controls.Primitives.DateTimePickerPageBase
ファイルを表示 Open project: Kinnara/WPToolkit

Public Methods

Method Description
DatePickerPage ( ) : System

Initializes a new instance of the DatePickerPage control.

SetFlowDirection ( FlowDirection flowDirection ) : void

Sets the selectors and title flow direction.

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

DatePickerPage() public method

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

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