[#BloombergLP-bdld-Datum-createTime] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdld.adoc[bdld]::xref:BloombergLP/bdld/Datum.adoc[Datum]::createTime :relfileprefix: ../../../ :mrdocs: Return a datum holding the specified time `value`. == Synopsis Declared in `<bdld_datum.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdld/Datum.adoc[Datum] createTime(xref:BloombergLP/bdlt/Time.adoc[bdlt::Time] const& value); ---- == Description Return, by value, a datum having the specified `Time` `value`. == Return Value a datum holding the specified time `value` == Parameters [cols="1,4"] |=== | Name| Description | *value* | time value to store |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#