Return a datum holding the specified date value.
Synopsis
Declared in <bdld_datum.h>
static
Datum
createDate(bdlt::Date const& value);
Description
Return, by value, a datum having the specified Date value.
Return Value
a datum holding the specified date value
Parameters
Name |
Description |
value |
date value to store |
Created with MrDocs