Defines the desired user interface is a calendar date and time picker with a time offset.

Referenced by: formFieldElement

Properties

PropertyDetails
includeTimeOffsetIndicates if the timestampoffset picker should provide an option to select the timeoffset. If not provided, the default value is true.
maxThe maximum timestampoffset to allow. The number represents an ISO-8601 date with a time offset.
minThe minimum timestampoffset to allow. The number represents an ISO-8601 date with a time offset.
timeResolutionThe resolution identifier. If not specified default is ‘minutes’.
Valid values:
  • milliseconds
  • minutes
  • seconds
typeThe input type identifier.
Valid value of this property timestampoffset-picker

Example

{
"type": "timestampoffset-picker",
"min": "2020-03-15T14:30-08:00",
"max": "2020-04-15T24:00-08:00",
"timeResolution": "minutes",
"includeTimeOffset": true
}