![]() |
Home | Libraries | People | FAQ | More |
boost::date_time::time_formats
// In header: <boost/date_time/time_facet.hpp> template<typename CharT> struct time_formats { // types typedef ; // public data members static fractional_seconds_format; static fractional_seconds_or_none_format; static seconds_with_fractional_seconds_format; static seconds_format; static hours_format; static unrestricted_hours_format; static full_24_hour_time_format; static full_24_hour_time_expanded_format; static short_24_hour_time_format; static short_24_hour_time_expanded_format; static standard_format; static zone_abbrev_format; static zone_name_format; static zone_iso_format; static zone_iso_extended_format; static posix_zone_string_format; static duration_sign_negative_only; static duration_sign_always; static duration_seperator; static negative_sign; static positive_sign; static iso_time_format_specifier; static iso_time_format_extended_specifier; static default_time_format; static default_time_input_format; static default_time_duration_format; };