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);

Parameters

Name

Description

date

date part of the new value

time

time part of the new value

Created with MrDocs