Date
カレンダーの日付全体を表します(生年月日など)。時間帯とタイムゾーンは、他の場所で指定されているか、重要ではありません。日付は先発グレゴリオ暦を基準としています。日付は 1 ~ 9999 年の有効な暦日である必要があります。
JSON 表現 |
{
"year": integer,
"month": integer,
"day": integer
} |
フィールド |
year |
integer
日付の年。1 ~ 9999 の範囲で指定してください。
|
month |
integer
月。1~12 である必要があります。
|
day |
integer
日。1 ~ 31 で、その年と月に対して有効である必要があります。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-09-03 UTC。
[null,null,["最終更新日 2024-09-03 UTC。"],[[["The JSON object represents a full calendar date, like a birth date, using the Proleptic Gregorian Calendar."],["The date must be a valid calendar date with a year between 1 and 9999, inclusive."],["The JSON object includes three fields: `year`, `month`, and `day`, representing the integer values for the year, month, and day of the date."],["`year` must be between 1 and 9999, `month` between 1 and 12, and `day` must be valid for the specified year and month, ranging from 1 to 31."]]],[]]