Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
datetime::now

Returns the current system time as a datetime object.

Synopsis
static datetime
now();
Exception safety

Strong guarantee. Only throws if obtaining the current time throws.


PrevUpHomeNext