Date
代表完整或部分日曆日期,例如生日。時段和時區未指定,或是未指定。日期為以希臘日曆為目標。可能代表下列其中一項:
- 完整日期,非零的年、月、日值。
- 月分和零月,例如週年日。
- 單獨一年,0 個月和零天。
- 年份和月份,而且零日 (例如信用卡到期日)。
相關類型:
JSON 表示法 |
{
"year": integer,
"month": integer,
"day": integer
} |
欄位 |
year |
integer
日期的年份。必須為 1 至 9999,或為 0 指定不含年份的日期。
|
month |
integer
一年。請指定介於 1 至 12 之間的值,或是 0 來指定月份,不設定月數和日。
|
day |
integer
每月第一天。必須介於 1 到 31 之間,可有效代表年份和月份,或設為 0 表示年份或月份,且日期不大。
|
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2022-09-27 (世界標準時間)。
[null,null,["上次更新時間:2022-09-27 (世界標準時間)。"],[[["`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."]]],[]]