INTERVAL.GET
Returns the current default interval or if a streamsheet is specified the interval of specified streamsheet if it has a Timer trigger.
Syntax
=INTERVAL.GET([Streamsheet])
Arguments
| Name | Type | Description |
|---|---|---|
| Streamsheet (optional) | Sheet | Define the Streamsheet to get the interval for. If not specified the default interval is returned. Options: |
Return
| Type | Description |
|---|---|
| Number | Current interval in seconds. |
Examples
| Formula | Result | Comment |
|---|---|---|
| 1 | The default interval is one second. |