Date
캘린더 날짜 전체 또는 일부를 나타냅니다(예: 생일). 시간 및 시간대는 다른 곳에서 지정하거나 중요하지 않습니다. 날짜는 그레고리력을 기준으로 합니다. 이는 다음 중 하나를 나타낼 수 있습니다.
- 연도, 월, 일 값이 0인 전체 날짜
- 월 및 일, 1년 (예: 기념일)
- 1년 자체(0개월, 0일)입니다.
- 연도와 월, 0일 (예: 신용카드 만료일)
관련 유형:
JSON 표현 |
{
"year": integer,
"month": integer,
"day": integer
} |
필드 |
year |
integer
날짜 연도입니다. 1~9, 999 사이의 값을 입력하거나 0 없이 날짜를 지정하려면 0을 입력합니다.
|
month |
integer
월 1~12 사이여야 합니다. 월과 일 없이 연도를 지정하려면 0이어야 합니다.
|
day |
integer
일(당월)입니다. 1~31이어야 하며 연도와 월에 유효해야 합니다. 0은 단독으로 지정하거나 날짜가 중요하지 않은 연도와 월을 지정합니다.
|
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 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."]]],[]]