![]() |
Home | Libraries | People | FAQ | More |
boost::gregorian::greg_weekday — Represent a day within a week (range 0==Sun to 6==Sat)
// In header: <boost/date_time/gregorian/greg_weekday.hpp> class greg_weekday : public { public: // types typedef ; // public member functions (); () ; () ; () ; () ; () ; () ; };
greg_weekday
public member functions( day_of_week_num);
() ;
() ;
() ;Return a 3 digit english string of the day of week (eg: Sun)
() ;Return a point to a long english string representing day of week.
() ;Return a 3 digit english wchar_t string of the day of week (eg: Sun)
() ;Return a point to a long english wchar_t string representing day of week.