[#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 from the specified time‐of‐day fields. [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..._]# == Parameters [cols="1,4"] |=== | Name| Description | *original* | time whose value is copied | *hour* | hour attribute | *minute* | minute attribute (default 0) | *second* | second attribute (default 0) | *millisecond* | millisecond attribute (default 0) | *microsecond* | microsecond attribute (default 0) |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#