הגבול העליון של טווח התאריכים, כולל. יש לציין ערך חיובי עבור year, month ו-day.
תאריך
מייצג תאריך קלנדרי מלא או חלקי, כמו יום הולדת. השעה ביום ואזור הזמן מצוינים במקום אחר או לא משמעותיים. התאריך הוא ביחס ללוח השנה הגרגוריאני. המצב הזה יכול לייצג אחת מהאפשרויות הבאות:
תאריך מלא, עם ערכים שונים של שנה, חודש ויום.
חודש ויום, עם שנה אפס (למשל יום נישואין).
שנה בפני עצמה, עם חודש אפס ויום אפס.
שנה וחודש, עם יום אפס (לדוגמה, תאריך תפוגה של כרטיס אשראי).
[[["התוכן קל להבנה","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"]]