Home
last modified time | relevance | path

Searched refs:eom_day (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/date_time/example/gregorian/
Dprint_month.cpp33 greg_day::value_type eom_day = gregorian_calendar::end_of_month_day(year,month); in main() local
34 date endOfMonth(year,month,eom_day); in main()
/third_party/boost/boost/date_time/gregorian/
Dgreg_date.hpp123 unsigned short eom_day = gregorian_calendar::end_of_month_day(ymd.year, ymd.month); in end_of_month() local
124 return date(ymd.year, ymd.month, eom_day); in end_of_month()