이제 Google 클래스룸 부가기능이 일반적으로 개발자에게 제공됩니다. 자세한 내용은
부가기능 문서를 참고하세요.
TimeOfDay
하루 중 특정 시간을 나타냅니다. 날짜와 시간대가 중요하지 않거나 아무 곳으로 지정됩니다. API는 윤초를 허용하도록 선택할 수 있습니다. 관련된 유형은 google.type.Date
및 google.protobuf.Timestamp
입니다.
JSON 표현 |
{
"hours": integer,
"minutes": integer,
"seconds": integer,
"nanos": integer
} |
필드 |
hours |
integer
24시간 형식의 시간입니다. 0~23 사이의 값이어야 합니다. API는 비즈니스 종료 시간과 같은 시나리오에서 '24:00:00' 값을 허용하도록 선택할 수 있습니다.
|
minutes |
integer
특정 시간의 분입니다. 0~59 사이의 값이어야 합니다.
|
seconds |
integer
특정 분의 초입니다. 일반적으로 0~59 사이의 값이어야 합니다. API가 윤초를 허용하는 경우 값에 60을 사용할 수 있습니다.
|
nanos |
integer
나노초 단위의 초수입니다. 0~999,999,999 사이의 값이어야 합니다.
|
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-08-22(UTC)
[null,null,["최종 업데이트: 2024-08-22(UTC)"],[[["TimeOfDay represents a specific time without date or timezone information, focusing on hours, minutes, seconds, and nanoseconds."],["It uses a JSON structure with fields for hours (0-23, potentially 24), minutes (0-59), seconds (0-59, possibly 60 for leap seconds), and nanoseconds (0-999,999,999)."],["TimeOfDay is related to `google.type.Date` and `google.protobuf.Timestamp` but is distinct in its focus on the time component."],["APIs using TimeOfDay can allow for flexibility like representing business closing time with \"24:00:00\" or accommodating leap seconds."]]],[]]