Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
datetime::datetime (1 of 4 overloads)

Constructs a zero datetime.

Synopsis
constexpr
datetime() noexcept;
Description

Results in a datetime with all of its components set to zero. The resulting object has this->valid() == false.

Exception safety

No-throw guarantee.


PrevUpHomeNext