Create a Datetime object whose "date" part has the value of the specified date and whose "time" part has the value "00:00:00.000000".
Synopsis
Declared in <bdlt_datetime.h>
Datetime(Date const& date);
Parameters
Name |
Description |
date |
date part of the new value |
Created with MrDocs