DatePicker Class Reference

A widget to select the date. More...

Inheritance diagram for DatePicker:
Widget

List of all members.

Public Member Functions

 DatePicker ()
 Constructor.
override bool HitTest (Vector2 screenPoint)
 Hit test handler.

Properties

override float Width [get, set]
 Obtains the width.
override float Height [get, set]
 Obtains the height.
override bool PriorityHit [get, set]
 Obtains and sets whether to prioritize and respond to a touch.
int MinYear [get, set]
 Obtains and sets the minimum value for the year.
int MaxYear [get, set]
 Obtains and sets the maximum value for the year.
int Year [get, set]
 Obtains and sets the year.
int Month [get, set]
 Obtains and sets the month.
int Day [get, set]
 Obtains and sets the day.
DateTime Date [get, set]
 Obtains and sets the date with the DateTime structure.

Events

EventHandler
< DatePickerValueChangedEventArgs
ValueChanged
 Event issued when the value is changed.

Detailed Description

A widget to select the date.


Member Function Documentation

override bool HitTest ( Vector2  screenPoint) [virtual]

Hit test handler.

Parameters:
screenPointPosition in the screen coordinate system
Returns:
If hit, then true. If not hit, then false.

Reimplemented from Widget.


Property Documentation

override float Height [get, set]

Obtains the height.

The set value is ignored.

Reimplemented from Widget.

override float Width [get, set]

Obtains the width.

The set value is ignored.

Reimplemented from Widget.