Class template iso_format_base
boost::date_time::iso_format_base — Class to provide common iso formatting spec.
Synopsis
Description
iso_format_base
public static functions
month_format_spec month_format() ;
const charT * not_a_date() ;
const charT * pos_infinity() ;
const charT * neg_infinity() ;
charT year_sep_char() ;
charT month_sep_char() ;
charT day_sep_char() ;
charT hour_sep_char() ;
charT minute_sep_char() ;
charT second_sep_char() ;
charT period_start_char() ;
charT time_start_char() ;
charT week_start_char() ;
charT period_sep_char() ;
charT time_sep_char() ;
charT fractional_time_sep_char() ;
bool is_component_sep(charT sep) ;
bool is_fractional_time_sep(charT sep) ;
bool is_timezone_sep(charT sep) ;
charT element_sep_char() ;