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