Class template day_clock
boost::date_time::day_clock — A clock providing day level services based on C time_t capabilities.
Synopsis
template<typename date_type>
class day_clock {
public:
typedef ;
();
();
();
();
:: ();
:: ();
};
Description
This clock uses Posix interfaces as its implementation and hence uses the timezone settings of the operating system. Incorrect user settings will result in incorrect results for the calls to local_day.
day_clock
public static functions
-
();
Get the local day as a date type.
-
();
Get the local day as a ymd_type.
-
();
Get the current day in universal date as a ymd_type.
-
();
Get the UTC day as a date type.
day_clock
private static functions
:: ( result);
:: ( result);