الحد الأعلى للنطاق الزمني، ضمنًا. يجب تحديد قيمة موجبة للسمات year وmonth وday.
التاريخ
يمثل تاريخ تقويم كاملاً أو جزئيًا، مثل عيد الميلاد. تم تحديد الوقت من اليوم والمنطقة الزمنية في مكان آخر أو غير مهمين. يرتبط التاريخ بالتقويم الميلادي. يمكن أن يمثل ذلك أيًا مما يلي:
تاريخ كامل، بقيم غير صفرية للسنة والشهر واليوم.
شهر ويوم، بسنة صفرية (على سبيل المثال، ذكرى سنوية).
سنة بمفردها، بشهر صفري ويوم صفري.
سنة وشهر بيوم صفري (على سبيل المثال، تاريخ انتهاء صلاحية بطاقة الائتمان).
تاريخ التعديل الأخير: 2024-10-15 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","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 (حسب التوقيت العالمي المتفَّق عليه)"],[[["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"]]