![]() |
Home | Libraries | People | FAQ | More |
boost::date_time::iso_format_base<wchar_t> — Class to provide common ISO 8601 formatting spec.
// In header: <boost/date_time/iso_format.hpp> class iso_format_base<> { public: // public static functions (); const wchar_t * (); const wchar_t * (); const wchar_t * (); wchar_t (); wchar_t (); wchar_t (); wchar_t (); wchar_t (); wchar_t (); wchar_t (); wchar_t (); wchar_t (); wchar_t (); wchar_t (); wchar_t (); bool (wchar_t); bool (wchar_t); bool (wchar_t); wchar_t (); };
iso_format_base
public static functions();Describe month format – its an integer in ISO 8601 format.
const wchar_t * ();String used printed is date is invalid.
const wchar_t * ();String used to for positive infinity value.
const wchar_t * ();String used to for positive infinity value.
wchar_t ();ISO 8601 char for a year – used in durations.
wchar_t ();ISO 8601 char for a month.
wchar_t ();ISO 8601 char for a day.
wchar_t ();char for minute
wchar_t ();char for minute
wchar_t ();char for second
wchar_t ();ISO 8601 char for a period.
wchar_t ();Used in time in mixed strings to set start of time.
wchar_t ();Used in mixed strings to identify start of a week number.
wchar_t ();Separators for periods.
wchar_t ();Separator for hh:mm:ss.
wchar_t ();Preferred Separator for hh:mm:ss,decimal_fraction.
bool (wchar_t sep);
bool (wchar_t sep);
bool (wchar_t sep);
wchar_t ();