formTimestampOffsetPickerInput

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

Referenced by: formFieldElement

Properties

Property Details
includeTimeOffset Indicates if the timestampoffset picker should provide an option to select the timeoffset. If not provided, the default value is true.
max The maximum timestampoffset to allow. The number represents an ISO-8601 date with a time offset.
min The minimum timestampoffset to allow. The number represents an ISO-8601 date with a time offset.
timeResolution The resolution identifier. If not specified default is 'minutes'.
Valid values:
  • milliseconds
  • minutes
  • seconds
type The 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
}

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close