X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=doc%2Fhtml%2Fboost%2Fdate_time%2Fnext_weekday.html;h=0a1d14a519c5a15b488003bd5fc871a722a16461;hb=08c1e93fa36a49f49325a07fe91ff92c964c2b6c;hp=dbfaadee7387958007c81142910e3537ba745ee3;hpb=bb4dd8289b351fae6b55e303f189127a394a1edd;p=platform%2Fupstream%2Fboost.git diff --git a/doc/html/boost/date_time/next_weekday.html b/doc/html/boost/date_time/next_weekday.html index dbfaade..0a1d14a 100644 --- a/doc/html/boost/date_time/next_weekday.html +++ b/doc/html/boost/date_time/next_weekday.html @@ -3,7 +3,7 @@ Function template next_weekday - + @@ -35,7 +35,7 @@ template<typename date_type, typename weekday_type> date_type next_weekday(const date_type & d, const weekday_type & wd);
-

Description

+

Description

Generates a date object representing the date of the following weekday from the given date. If the date given is 2004-May-9 (a Sunday) and the given weekday is Tuesday then the resulting date will be 2004-May-11.