Class template time_zone_names_base
boost::date_time::time_zone_names_base — Base type that holds various string names for timezone output.
Synopsis
template<typename CharT>
class time_zone_names_base {
public:
typedef CharT > ;
();
(const , const ,
const , const );
() ;
() ;
() ;
() ;
};
Description
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.
Template Parameters
-
typename CharT
Allows class to support different character types
time_zone_names_base
public member functions
();
(const std_zone_name_str,
const std_zone_abbrev_str,
const dst_zone_name_str,
const dst_zone_abbrev_str);
() ;
() ;
() ;
() ;