[[["이해하기 쉬움","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(UTC)"],[[["`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"]]