iOSDatePicker.CountDownDuration

From Xojo Documentation

Read-Only Property (As Double )
DoubleValue = aiOSDatePicker.CountDownDuration

Supported on Mobile (iOS).

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