[#BloombergLP-bdlt-Time-2constructor-07] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::xref:BloombergLP/bdlt/Time.adoc[Time]::Time :relfileprefix: ../../../ :mrdocs: Constructors == Synopses Declared in `<bdlt_time.h>` Create a `Time` object having the value 24:00:00.000000. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlt/Time/2constructor-044.adoc[Time](); ---- [.small]#xref:BloombergLP/bdlt/Time/2constructor-044.adoc[_» more..._]# Create a `Time` object having the value of the specified `original` time. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlt/Time/2constructor-04e.adoc[Time](xref:BloombergLP/bdlt/Time.adoc[Time] const& original); ---- [.small]#xref:BloombergLP/bdlt/Time/2constructor-04e.adoc[_» more..._]# Create a `Time` object having the (valid) value represented by the specified `hour`, and the optionally specified `minute`, `second`, `millisecond`, and `microsecond`. Unspecified arguments default to 0. The behavior is undefined unless all of the specified values are within their valid ranges (see `isValid`). [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit xref:BloombergLP/bdlt/Time/2constructor-03.adoc[Time]( int hour, int minute = 0, int second = 0, int millisecond = 0, int microsecond = 0); ---- [.small]#xref:BloombergLP/bdlt/Time/2constructor-03.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#