Home
last modified time | relevance | path

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

/third_party/boost/boost/date_time/gregorian/
Dgreg_date.hpp98 date start_of_year(year(), 1, 1); in day_of_year() local
99 unsigned short doy = static_cast<unsigned short>((*this-start_of_year).days() + 1); in day_of_year()