Interface protos.google.type.ITimeOfDay (1.10.1)
Stay organized with collections
Save and categorize content based on your preferences.
Properties of a TimeOfDay.
Package
@google-cloud/alloydb
Properties
hours
hours
?:
(
number
|
null
);
minutes
minutes
?:
(
number
|
null
);
nanos
nanos
?:
(
number
|
null
);
seconds
seconds
?:
(
number
|
null
);
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License
, and code samples are licensed under the Apache 2.0 License
. For details, see the Google Developers Site Policies
. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-09-04 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Interface protos.google.type.ITimeOfDay (1.10.1)\n\nVersion latestkeyboard_arrow_down\n\n- [1.10.1 (latest)](/nodejs/docs/reference/alloydb/latest/alloydb/protos.google.type.itimeofday)\n- [1.9.0](/nodejs/docs/reference/alloydb/1.9.0/alloydb/protos.google.type.itimeofday)\n- [1.6.0](/nodejs/docs/reference/alloydb/1.6.0/alloydb/protos.google.type.itimeofday)\n- [1.4.1](/nodejs/docs/reference/alloydb/1.4.1/alloydb/protos.google.type.itimeofday)\n- [1.3.0](/nodejs/docs/reference/alloydb/1.3.0/alloydb/protos.google.type.itimeofday)\n- [1.2.0](/nodejs/docs/reference/alloydb/1.2.0/alloydb/protos.google.type.itimeofday)\n- [0.1.1](/nodejs/docs/reference/alloydb/0.1.1/alloydb/protos.google.type.itimeofday) \nProperties of a TimeOfDay.\n\nPackage\n-------\n\n[@google-cloud/alloydb](../overview.html)\n\nProperties\n----------\n\n### hours\n\n hours?: (number|null);\n\nTimeOfDay hours\n\n### minutes\n\n minutes?: (number|null);\n\nTimeOfDay minutes\n\n### nanos\n\n nanos?: (number|null);\n\nTimeOfDay nanos\n\n### seconds\n\n seconds?: (number|null);\n\nTimeOfDay seconds"]]