[#BloombergLP-bdlt-Time-setTimeIfValid] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::xref:BloombergLP/bdlt/Time.adoc[Time]::setTimeIfValid :relfileprefix: ../../../ :mrdocs: Set the value of this time object to the specified `hour`, and the optionally specified `minute`, `second`, `millisecond`, and `microsecond`, if they would comprise a valid `Time` value (see `isValid`). Return 0 on success, and a non‐zero value (with no effect) otherwise. Unspecified arguments default to 0. == Synopsis Declared in `<bdlt_time.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int setTimeIfValid( int hour, int minute = 0, int second = 0, int millisecond = 0, int microsecond = 0); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#