Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Class iso_format_base<>

boost::date_time::iso_format_base<wchar_t> — Class to provide common ISO 8601 formatting spec.

Synopsis

// In header: <boost/date_time/iso_format.hpp>


class iso_format_base<> {
public:

  // public static functions
   ();
   ();
   ();
   ();
   ();
   ();
   ();
   ();
   ();
   ();
   ();
   ();
   ();
   ();
   ();
   ();
   ();
   ();
   ();
   ();
};

Description

iso_format_base public static functions

  1.  ();
    Describe month format – its an integer in ISO 8601 format.
  2.  ();
    String used printed is date is invalid.
  3.  ();
    String used to for positive infinity value.
  4.  ();
    String used to for positive infinity value.
  5.  ();
    ISO 8601 char for a year – used in durations.
  6.  ();
    ISO 8601 char for a month.
  7.  ();
    ISO 8601 char for a day.
  8.  ();
    char for minute
  9.  ();
    char for minute
  10.  ();
    char for second
  11.  ();
    ISO 8601 char for a period.
  12.  ();
    Used in time in mixed strings to set start of time.
  13.  ();
    Used in mixed strings to identify start of a week number.
  14.  ();
    Separators for periods.
  15.  ();
    Separator for hh:mm:ss.
  16.  ();
    Preferred Separator for hh:mm:ss,decimal_fraction.
  17.  ( sep);
  18.  ( sep);
  19.  ( sep);
  20.  ();

PrevUpHomeNext