MobileDateTimePicker.SelectedDate

From Xojo Documentation

Property (As DateTime )
aMobileDateTimePicker.SelectedDate = newDateTimeValue
or
DateTimeValue = aMobileDateTimePicker.SelectedDate

Supported on Mobile.

The date that appears in the DateTimePicker.

Sample Code

Gets the selected date from the date/time picker:

Var theDate As DateTime
theDate = StartDatePicker.SelectedDate