iOSDatePicker.CountDownDuration
From Xojo Documentation
Read-Only Property (As Double )
The countdown duration (in seconds) to display when DatePickerMode = CountDownTimer. Contains the selected value.
Sample Code
Set a date picker (in CountDownTimer mode) to 5 minutes:
CountDownPicker.CountDownDuration = 60 * 5