[[["เข้าใจง่าย","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-10-15 UTC"],[[["Display & Video 360 API v1 is no longer supported."],["The documentation describes the Date and DateRange objects, which represent calendar dates and ranges."],["Date objects can represent full or partial dates, while DateRange objects use start and end Date objects."],["The structure and fields for representing these objects in JSON are provided."]]],["The document outlines the structure for representing date ranges and individual dates within an API. A date range consists of a `startDate` and `endDate`, each of which is an object requiring positive `year`, `month`, and `day` values. A date is represented by `year`, `month`, and `day` integers. `Year` ranges from 1-9999 (or 0). `Month` ranges from 1-12 (or 0), `day` ranges from 1-31 (or 0). Zeros for `year`, `month`, or `day` allows the representation of incomplete dates.\n"]]