![]() |
Home | Libraries | People | FAQ | More |
boost::date_time::null_dst_rules — Used for local time adjustments in places that don't use dst.
// In header: <boost/date_time/dst_rules.hpp> template<typename date_type_, typename time_duration_type_> class null_dst_rules { public: // types typedef time_duration_type_ ; typedef date_type_ ; // public static functions (const date_type &, const time_duration_type &); (const date_type &, const time_duration_type &); bool (date_type); time_duration_type (); };
null_dst_rules
public static functions(const date_type &, const time_duration_type &);Calculates if the given local time is dst or not.
(const date_type &, const time_duration_type &);Calculates if the given utc time is in dst.
bool (date_type);
time_duration_type ();