Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Class template simple_format

boost::date_time::simple_format — Class to provide simple basic formatting rules.

Synopsis

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

template<typename charT> 
class simple_format {
public:

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

Description

simple_format public static functions

  1.  ();
    String used printed is date is invalid.
  2.  ();
    String used to for positive infinity value.
  3.  ();
    String used to for positive infinity value.
  4.  ();
    Describe month format.
  5.  ();
  6.  ();
    This format uses '-' to separate date elements.
  7.  ();
    Char to sep?
  8.  ();
    char between year-month
  9.  ();
    Char to separate month-day.
  10.  ();
    char between date-hours
  11.  ();
    char between hour and minute
  12.  ();
    char for second

Specializations


PrevUpHomeNext