piDogDatePicker
Protected Class piDogDatePicker
Description
piDogDatePicker is a class that allows the user to choose a date.
The shared method SelectDate is called to show a picker.
A Delegate method should be passed to allow the picker to pass back the result of the user's choice.
Notes
DelegateDeclarations
DateSelectedDelegate
A function to be called when the user has chosen a date.
Methods
SelectedDate
The currently selected date.
Sets the currently selected date.
Properties
Shared Methods
Cancel
Cancels the selection and closes the chooser
SelectDate
Display the date chooser.
Shared Properties