29 #include <type_traits> 35 #include "operators.h" 60 #include "datetime.tcc" 61 #include "duration.tcc" static asap::datetime tomorrow()
Creates an asap::datetime instance representing the next day at 00:00:00.
static asap::datetime yesterday()
Creates an asap::datetime instance representing the previous day at 00:00:00.
duration< SECONDS_IN_DAY > days
A duration specified in days.
The asap::datetime class exposes methods to create, manipulate and print dates.
static asap::datetime now()
Creates an asap::datetime instance representing current time.