summaryrefslogtreecommitdiff
path: root/doc/html/boost/date_time/next_weekday.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost/date_time/next_weekday.html')
-rw-r--r--doc/html/boost/date_time/next_weekday.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/boost/date_time/next_weekday.html b/doc/html/boost/date_time/next_weekday.html
index f11d6fbfa9..1d509bb308 100644
--- a/doc/html/boost/date_time/next_weekday.html
+++ b/doc/html/boost/date_time/next_weekday.html
@@ -36,7 +36,7 @@
<span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> date_type<span class="special">,</span> <span class="keyword">typename</span> weekday_type<span class="special">&gt;</span>
<span class="identifier">date_type</span> <span class="identifier">next_weekday</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">date_type</span> <span class="special">&amp;</span> d<span class="special">,</span> <span class="keyword">const</span> <span class="identifier">weekday_type</span> <span class="special">&amp;</span> wd<span class="special">)</span><span class="special">;</span></pre></div>
<div class="refsect1">
-<a name="idp220715584"></a><h2>Description</h2>
+<a name="idp196054496"></a><h2>Description</h2>
<p>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. </p>
</div>
</div>