public interface LocalTimeOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getHour()
An hour from 0 to 23.
|
int |
getMinute()
Minutes of an hour from 0 to 59.
|
int |
getNano()
Fractions of a second from 0 to 999,999,999.
|
int |
getSecond()
Seconds of a minute, specified from 0 to 59.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
int getHour()
An hour from 0 to 23.
int32 hour = 1 [(.max) = { ... }
int getMinute()
Minutes of an hour from 0 to 59.
int32 minute = 2 [(.max) = { ... }
int getSecond()
Seconds of a minute, specified from 0 to 59.
int32 second = 3 [(.max) = { ... }
int getNano()
Fractions of a second from 0 to 999,999,999.
int32 nano = 4 [(.max) = { ... }