DateTimePickerFormInput

A user interface for a calendar date picker.

Since

200.4.0

Properties

Link copied to clipboard

Indicates if the date/time picker should provide an option to select the time. If not provided, the default value is false.

Link copied to clipboard
val max: Instant?

The maximum date to allow. If null, there is no maximum allowed date.

Link copied to clipboard
val min: Instant?

The minimum date to allow. If null, there is no minimum allowed date.

Inherited properties

Link copied to clipboard

Unknown data from the source JSON. Unknown JSON is a dictionary of values that was in the source JSON but was unparsed by the Runtime.

Link copied to clipboard

Unsupported data from the source JSON. Unsupported JSON is a dictionary of values that are supported by web maps, but not exposed through the native Runtime API.