Home
last modified time | relevance | path

Searched refs:end_of_month (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/date_time/example/gregorian/
Dend_of_month_day.cpp21 date end_of_month(year,month,day); in main() local
24 month_iterator mitr(end_of_month,1); in main()
Dfind_last_day_of_months.cpp41 std::cout << to_simple_string(d.end_of_month()) << std::endl; in main()
/third_party/boost/libs/icl/example/month_and_week_grid_/
Dmonth_and_week_grid.cpp50 date frame_months_1st = first(scope).end_of_month() + days(1) - months(1); in month_grid()
/third_party/boost/boost/date_time/gregorian/
Dgreg_date.hpp120 BOOST_CXX14_CONSTEXPR date end_of_month() const in end_of_month() function in boost::gregorian::date