Date
カレンダーの日付全体または一部(誕生日など)を表します。時間帯とタイムゾーンは他の場所で指定されているか、重要ではありません。日付はグレゴリオ暦に基づき、次のいずれかを表します。
- 年、月、日の値が 0 以外の完全な日付。
- 年と 0 年の年(記念日など)。
- 自ら年(0 か月と 0 日)。
- 年と月、ゼロ日(クレジット カードの有効期限など)
関連タイプ:
JSON 表現 |
{
"year": integer,
"month": integer,
"day": integer
} |
フィールド |
year |
integer
日付の年。1 ~ 9999 の範囲で指定するか、年のない日付を指定する場合は 0 にする必要があります。
|
month |
integer
月。1 ~ 12 の範囲で指定するか、特定の月を指定しない年(0)を指定します。
|
day |
integer
日。その年と月で有効な値を 1 ~ 31 の範囲で指定するか、0: 1 年のみを指定するか、日付が重要ではない年と月を指定します。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2022-09-27 UTC。
[null,null,["最終更新日 2022-09-27 UTC。"],[[["`google.type.Date` represents a calendar date (birthday, anniversary) using the Gregorian Calendar, allowing for full dates, month/day, year only, or year/month combinations."],["It supports various granularities by allowing zero values for year, month, or day to specify partial dates like anniversaries or credit card expirations."],["The JSON representation is a simple object with `year`, `month`, and `day` integer fields, accommodating a wide range of date formats."],["Related types include `google.type.TimeOfDay`, `google.type.DateTime`, and `google.protobuf.Timestamp` for expressing different aspects of time."]]],[]]