![]() |
Home | Libraries | People | FAQ | More |
boost::date_time::time_zone_names_base — Base type that holds various string names for timezone output.
// In header: <boost/date_time/time_zone_names.hpp> template<typename CharT> class time_zone_names_base { public: // types typedef CharT > ; // construct/copy/destruct (); (const , const , const , const ); // public member functions () ; () ; () ; () ; };
Class that holds various types of strings used for timezones. For example, for the western United States there is the full name: Pacific Standard Time and the abbreviated name: PST. During daylight savings there are additional names: Pacific Daylight Time and PDT.