TimeOfDay Object
gc_time_of_day(seconds = NULL, minutes = NULL, hours = NULL, nanos = NULL)
seconds | Seconds of minutes of the time |
---|---|
minutes | Minutes of hour of day |
hours | Hours of day in 24 hour format |
nanos | Fractions of seconds in nanoseconds |
TimeOfDay object
Represents a time of day. The date and time zone are either not significantor are specified elsewhere. An API may choose to allow leap seconds. Relatedtypes are google.type.Date and google.protobuf.Timestamp
.