formTimeInput

Defines the desired user interface is a time picker.

Referenced by: formFieldElement

Properties

Property Details
max The maximum time to allow. The number represents an extended ISO-8601 time.
min The minimum time to allow. The number represents an extended ISO-8601 time.
timeResolution The resolution identifier. If not specified default is 'minutes'.
Valid values:
  • minutes
  • seconds
type The input type identifier.
Valid value of this property time-picker

Example

{
  "type": "time-picker"
}

Example

{
  "type": "time-picker",
  "min": "13:00:00",
  "max": "20:30:00",
  "timeResolution": "minutes"
}

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