piDogDatePicker.SelectDate

Scope: Public
Shared Sub SelectDate(initialDate as datetime, selectionDelegate as DateSelectedDelegate, parentControl as DesktopUIControl, x as integer, y as integer, w as integer, h as integer, minDate as datetime = nil, maxDate as datetime = nil, todayButton as Boolean = false)
Display the date chooser.
Displays a chooser and calls the selection Delegate with the new datetime upon user choice or with nil upon cancel Format of the delegate is dateSelectedCallback(parentControl as DesktopUIControl, newDate as datetime)