Górna granica zakresu dat włącznie. Musisz określić wartość dodatnią w polach year, month i day.
Data
Reprezentuje całą datę lub jej część, na przykład datę urodzin. Pora dnia i strefa czasowa zostały określone w innym miejscu lub są nieistotne. Data zależy od kalendarza gregoriańskiego. Może to być jedna z tych wartości:
Pełna data z wartościami niezerowymi dotyczącymi roku, miesiąca i dnia.
Miesiąc i dzień bez roku (np. rocznica).
Sam rok z zerowym miesiącem i zerowym dniem.
Rok i miesiąc z zerową datą ważności (np. data ważności karty kredytowej).
Rok daty. Wartość musi mieścić się w zakresie od 1 do 9999 lub od 0 do określenia daty bez roku.
month
integer
Miesiąc w roku. Wartość musi mieścić się w zakresie od 1 do 12 lub od 0, jeśli chcesz określić rok bez miesiąca i dnia.
day
integer
Dzień miesiąca. Wartość musi należeć do zakresu od 1 do 31 i jest ważna dla roku i miesiąca. Wartość 0 pozwala określić pojedynczy rok lub rok i miesiąc, w którym dzień nie jest istotny.
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 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"]]