![]() |
Home | Libraries | People | FAQ | More |
boost::date_time::simple_format<wchar_t> —
Specialization of formmating rules for wchar_t.
class simple_format<wchar_t> { public: // public static functions const wchar_t * not_a_date() ; const wchar_t * pos_infinity() ; const wchar_t * neg_infinity() ; month_format_spec month_format() ; ymd_order_spec date_order() ; bool has_date_sep_chars() ; wchar_t year_sep_char() ; wchar_t month_sep_char() ; wchar_t day_sep_char() ; wchar_t hour_sep_char() ; wchar_t minute_sep_char() ; wchar_t second_sep_char() ; };
const wchar_t * not_a_date() ;
String used printed is date is invalid.
const wchar_t * pos_infinity() ;
String used to for positive infinity value.
const wchar_t * neg_infinity() ;
String used to for positive infinity value.
month_format_spec month_format() ;
Describe month format.
ymd_order_spec date_order() ;
bool has_date_sep_chars() ;
This format uses '-' to separate date elements.
wchar_t year_sep_char() ;
Char to sep?
wchar_t month_sep_char() ;
char between year-month
wchar_t day_sep_char() ;
Char to separate month-day.
wchar_t hour_sep_char() ;
char between date-hours
wchar_t minute_sep_char() ;
char between hour and minute
wchar_t second_sep_char() ;
char for second
Copyright © 2001-2004 CrystalClear Software, Inc |