Create a Datetime object whose "date" and "time" parts have the values of the specified date and time, respectively.

Synopsis

Declared in <bdlt_datetime.h>

Datetime(
    Date const& date,
    Time const& time);

Created with MrDocs