TimeFieldWrapper class
Behaves the same as ValueWrapper + select(). Represents HTML Time Input. Supported elements:
input[type="date" i]input[type="datetime-local" i]input[type="month" i]input[type="time" i]input[type="week" i]'
Extends ValueWrapper.
Instance Members
Section titled “Instance Members”select
Section titled “select”Select the given date.
Parameters
Section titled “Parameters”| Name | Type | Description |
|---|---|---|
value | Date |
Returns
Section titled “Returns”This API does not return any values.
elements
Section titled “elements”Overrides ValueWrapper#elements, but for TimeField elements.
Parameters
Section titled “Parameters”| Name | Type | Description |
|---|---|---|
retryInterval | number | Retry Interval in milliseconds (defaults to global settings). |
retryTimeout | number | Retry Timeout in milliseconds (defaults to global settings). |
Returns
Section titled “Returns”| Type | Description |
|---|---|
| Array<TimeField> | Array of all timeFields matching the selector. |