> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/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


## Related topics

- [Time zones](/en/localization/learn/time-zones.md)
- [Edit time zones](/en/localization/admin/select-time-zones.md)
- [Enable use of time zones](/en/localization/admin/enable-time-zones.md)
- [Formatting date and time](/integrations/zapier/howto/datetime.md)
- [First time use/log in](/en/mobile/login.md)
- [Operators and data types](/en/api/search/find-selection/operators.md)
- [SelectionDynamicContactProvider](/en/api/archive-providers/reference/selectiondynamiccontactprovider.md)
