REQUIRED: The day portion of the date. The first day of the month is 1.
All rights reserved. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-16 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-16 UTC."],[],["The core content defines a date object, distinct from a datetime, representing a non-relative date. It is structured in JSON format with three required string fields: `year`, `month`, and `day`. `Year` denotes the year, `month` represents the month (1 for January, 2 for February, etc.), and `day` indicates the day of the month starting from 1. Each field must be in `Int64Value` format.\n"]]