![]() |
Home | Libraries | People | FAQ | More |
boost::local_time::custom_time_zone_base — A real time zone.
// In header: <boost/date_time/local_time/custom_time_zone.hpp> template<typename CharT> class custom_time_zone_base : public { public: // types typedef ; typedef ; typedef ; typedef ; typedef ; typedef ; // public member functions (, , , ); ~(); () ; () ; () ; () ; () ; () ; () ; () ; () ; () ; };
custom_time_zone_base
public member functions( zone_names, utc_offset, dst_shift, calc_rule);
~();
() ;
() ;
() ;
() ;
() ;True if zone uses daylight savings adjustments.
( y) ;Local time that DST starts – NADT if has_dst is false.
( y) ;Local time that DST ends – NADT if has_dst is false.
() ;Base offset from UTC for zone (eg: -07:30:00)
() ;Adjustment forward or back made while DST is in effect.
() ;Returns a POSIX time_zone string for this object.