[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2024-12-02 (世界標準時間)。"],[[["`DataSourceRefreshScheduleFrequency` allows you to access and manage the frequency of data source refreshes for spreadsheet data connected to a database."],["You can retrieve information about the refresh schedule, including the days of the month or week, the frequency type, and the start hour of the refresh."],["Use `DataSourceRefreshSchedule.getTimeIntervalOfNextRun()` to determine the next scheduled refresh time."],["Update the refresh frequency using `DataSourceRefreshSchedule.setFrequency(newFrequency)`."],["Scripts using these methods require authorization with specific scopes related to spreadsheet access."]]],["This content describes the `DataSourceRefreshScheduleFrequency` class for managing data refresh schedules connected to databases. Key actions include accessing the refresh frequency, determining the next run time via `getTimeIntervalOfNextRun()`, and updating the schedule with `setFrequency()`. Information can be retrieved for monthly refreshes, with `getDaysOfTheMonth()`, or for weekly refreshes, with `getDaysOfTheWeek()`. `getFrequencyType()` retrieves the type, and `getStartHour()` the start time. The relevant authorization scopes are also specified.\n"]]