Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Class simple_format<>

boost::date_time::simple_format<wchar_t> — Specialization of formmating rules for wchar_t.

Synopsis

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


class simple_format<> {
public:

  // public static functions
  const wchar_t * ();
  const wchar_t * ();
  const wchar_t * ();
   ();
   ();
  bool ();
  wchar_t ();
  wchar_t ();
  wchar_t ();
  wchar_t ();
  wchar_t ();
  wchar_t ();
};

Description

simple_format public static functions

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

PrevUpHomeNext