Enum EventColor
EventColor
enum ที่แสดงสีของกิจกรรมที่มีชื่อซึ่งมีอยู่ในบริการปฏิทิน
หากต้องการเรียก enum คุณจะต้องเรียกคลาส ชื่อ และพร็อพเพอร์ตี้ระดับบนสุด เช่น
CalendarApp.EventColor.PALE_BLUE
พร็อพเพอร์ตี้
พร็อพเพอร์ตี้ | Type | คำอธิบาย |
PALE_BLUE | Enum |
สีน้ำเงินจาง ("1" ) |
PALE_GREEN | Enum |
สีเขียวอ่อน ("2" ) |
MAUVE | Enum |
สีมัว ("3" ) |
PALE_RED | Enum |
สีแดงจาง ("4" ) |
YELLOW | Enum |
เหลือง ("5" ) |
ORANGE | Enum |
ส้ม ("6" ) |
CYAN | Enum |
น้ำเงินเขียว ("7" ) |
GRAY | Enum |
เทา ("8" ) |
BLUE | Enum |
น้ำเงิน ("9" ) |
GREEN | Enum |
เขียว ("10" ) |
RED | Enum |
แดง ("11" ) |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2023-12-02 UTC
[null,null,["อัปเดตล่าสุด 2023-12-02 UTC"],[[["`EventColor` is an enum used in Google Apps Script to represent the colors available for calendar events."],["You can access these colors by calling `CalendarApp.EventColor` followed by the specific color property, like `CalendarApp.EventColor.PALE_BLUE`."],["Each `EventColor` property corresponds to a specific color with both a numerical value and a user-friendly name displayed in the Calendar UI."]]],[]]