Frequency
Type
An enumeration of frequency types.
To call an enum, you call its parent class, name, and property. For example, SpreadsheetApp.FrequencyType.DAILY
.
Properties
| Property | Type | Description |
|---|---|---|
FREQUENCY_TYPE_UNSUPPORTED
|
Enum
|
The frequency type is unsupported. |
DAILY
|
Enum
|
Refresh daily. |
WEEKLY
|
Enum
|
Refresh weekly, on given days of the week. |
MONTHLY
|
Enum
|
Refresh monthly, on given days of the month. |

