Interface protos.google.type.ITimeOfDay (3.4.1)

Properties of a TimeOfDay.

Package

@google-cloud/talent!

Properties

hours

hours?: (number|null);

TimeOfDay hours

Property Value
TypeDescription
(number|null)

minutes

minutes?: (number|null);

TimeOfDay minutes

Property Value
TypeDescription
(number|null)

nanos

nanos?: (number|null);

TimeOfDay nanos

Property Value
TypeDescription
(number|null)

seconds

seconds?: (number|null);

TimeOfDay seconds

Property Value
TypeDescription
(number|null)