TimeOfDay
class TimeOfDay extends Message
Properties
int | $hours | ||
int | $minutes | ||
int | $seconds | ||
int | $nanos |
Methods
static
descriptor()
No description
boolean
hasHours()
Check if
clearHours()
Clear
int
getHours()
Get
boolean
hasMinutes()
Check if
clearMinutes()
Clear
int
getMinutes()
Get
setMinutes(int $value)
Set
boolean
hasSeconds()
Check if
clearSeconds()
Clear
int
getSeconds()
Get
setSeconds(int $value)
Set
boolean
hasNanos()
Check if
clearNanos()
Clear
int
getNanos()
Get
Details
at line line 26
static
descriptor()
at line line 74
boolean
hasHours()
Check if
at line line 83
TimeOfDay
clearHours()
Clear
at line line 92
int
getHours()
Get
at line line 102
TimeOfDay
setHours(int $value)
Set
at line line 111
boolean
hasMinutes()
Check if
at line line 120
TimeOfDay
clearMinutes()
Clear
at line line 129
int
getMinutes()
Get
at line line 139
TimeOfDay
setMinutes(int $value)
Set
at line line 148
boolean
hasSeconds()
Check if
at line line 157
TimeOfDay
clearSeconds()
Clear
at line line 166
int
getSeconds()
Get
at line line 176
TimeOfDay
setSeconds(int $value)
Set
at line line 185
boolean
hasNanos()
Check if
at line line 194
TimeOfDay
clearNanos()
Clear
at line line 203
int
getNanos()
Get
at line line 213
TimeOfDay
setNanos(int $value)
Set