> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-worktree-351-fix-webapi-escaped-anchors.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Select Time

> Select Time

This element is used to get [Time][1]. as input.

## Configuration

| Setting | Description                                                                                                  |
| :------ | :----------------------------------------------------------------------------------------------------------- |
| minInc  | Sets the gap in minutes between each allowable entry<br />Fewer options per hour makes the drop-down smaller |

## Example

```crmscript theme={null}
minInc = 15
```

This setting gives you 15-minute increments - 4 options per hour.

## Functions

### setValue(String time)

Sets the selected `Time`. The value must be formatted as **HH:MI:SS**.

### toString()

Returns the time as a string formatted as **HH:MI:SS**.

[1]: ../../../automation/crmscript/datatypes/time-type
