[[["易于理解","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"]],["最后更新时间 (UTC):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"]]