Return a datum holding the specified time value.
Synopsis
Declared in <bdld_datum.h>
static
Datum
createTime(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
Name |
Description |
value |
time value to store |
Created with MrDocs