Enum FrequencyType
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
빈도유형
게재빈도 유형의 열거형입니다.
enum을 호출하려면 상위 클래스, 이름, 속성을 호출합니다. 예를 들면
SpreadsheetApp.FrequencyType.DAILY
입니다.
속성
속성 | 유형 | 설명 |
FREQUENCY_TYPE_UNSUPPORTED | Enum | 지원되지 않는 게재빈도 유형입니다. |
DAILY | Enum | 매일 업데이트됩니다. |
WEEKLY | Enum | 매주 특정 요일에 새로고침합니다. |
MONTHLY | Enum | 매월 특정일에 새로고침 |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-26(UTC)
[null,null,["최종 업데이트: 2025-07-26(UTC)"],[[["\u003cp\u003e\u003ccode\u003eFrequencyType\u003c/code\u003e is used to define how often a spreadsheet is refreshed.\u003c/p\u003e\n"],["\u003cp\u003eIt includes options like \u003ccode\u003eDAILY\u003c/code\u003e, \u003ccode\u003eWEEKLY\u003c/code\u003e, and \u003ccode\u003eMONTHLY\u003c/code\u003e, allowing for flexible refresh schedules.\u003c/p\u003e\n"],["\u003cp\u003eTo use a frequency type, call it using the format \u003ccode\u003eSpreadsheetApp.FrequencyType.DAILY\u003c/code\u003e (replacing \u003ccode\u003eDAILY\u003c/code\u003e with the desired frequency).\u003c/p\u003e\n"],["\u003cp\u003eAn unsupported frequency type is indicated by \u003ccode\u003eFREQUENCY_TYPE_UNSUPPORTED\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Enum FrequencyType\n\nFrequencyType\n\nAn enumeration of frequency types.\n\nTo call an enum, you call its parent class, name, and property. For example, `\nSpreadsheetApp.FrequencyType.DAILY`. \n\n### Properties\n\n| Property | Type | Description |\n|------------------------------|--------|----------------------------------------------|\n| `FREQUENCY_TYPE_UNSUPPORTED` | `Enum` | The frequency type is unsupported. |\n| `DAILY` | `Enum` | Refresh daily. |\n| `WEEKLY` | `Enum` | Refresh weekly, on given days of the week. |\n| `MONTHLY` | `Enum` | Refresh monthly, on given days of the month. |"]]