Date
表示整个或部分日历日期,例如生日。时段和时区要么在其他地方指定,要么意义不大。日期相对于公历。这可以表示以下某种情况:
- 包含非零年、月和日值的完整日期。
- 年份和月份为零(例如,周年纪念日)。
- 单年,零月零日。
- 年份和月份为零(例如,信用卡失效日期)。
相关类型:
JSON 表示法 |
{
"year": integer,
"month": integer,
"day": integer
} |
字段 |
year |
integer
日期。必须介于 1 到 9999 之间,或 0 表示没有年份的日期。
|
month |
integer
一年中的月份。必须是 1 到 12 或 0,用于指定不分月份和日期的年份。
|
day |
integer
一个月中的第几天。必须是 1 到 31 并且对年和月有效,或 0 用于指定单独的年份或年和月(天不重要)。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2022-09-27。
[null,null,["最后更新时间 (UTC):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."]]],[]]