[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

The TimeSelector type exposes the following properties.

Properties

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
AllowSecondEditing
Determines whether or not seconds are a factor in this control. If set to false, the second will always be 00.
AmPm
Returns the AM/PM value
Date
DateTime value. Defaults to current day if not set. Otherwise, maintains a value of the date assigned plus time shown.
DisplaySeconds
Determines whether or not this control displays the seconds slot in the browser.
EnableClock
Enables ticking clock-like functionality.
Hour
Returns the current hour value. 1-12.
Minute
Returns the current minute value. 0-59.
MinuteIncrement
Determines how many minutes are added or subtracted from the minute slot when a user clicks the up and down arrows.
ReadOnly
Determines whether or not this control is editable by a user within a browser.
Second
Returns the current second value. 0-59.
SecondIncrement
Determines how many seconds are added or subtracted from the second slot when a user clicks the up and down arrows.
SelectedTimeFormat
Gets or sets the 12/24 time format preference

See Also