Imported Upstream version 1.64.0
[platform/upstream/boost.git] / doc / html / boost / date_time / ymd_formatter.html
index 26f76db..78121b7 100644 (file)
 <span class="keyword">class</span> <a class="link" href="ymd_formatter.html" title="Class template ymd_formatter">ymd_formatter</a> <span class="special">{</span>
 <span class="keyword">public</span><span class="special">:</span>
 
-  <span class="comment">// <a class="link" href="ymd_formatter.html#idp729799760-bb">public static functions</a></span>
-  <span class="keyword">static</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">basic_string</span><span class="special">&lt;</span> <span class="identifier">charT</span> <span class="special">&gt;</span> <a class="link" href="ymd_formatter.html#idp729800320-bb"><span class="identifier">ymd_to_string</span></a><span class="special">(</span><span class="identifier">ymd_type</span><span class="special">)</span><span class="special">;</span>
-  <span class="keyword">static</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span> <a class="link" href="ymd_formatter.html#idp729803200-bb"><span class="identifier">ymd_to_string</span></a><span class="special">(</span><span class="identifier">ymd_type</span><span class="special">)</span><span class="special">;</span>
+  <span class="comment">// <a class="link" href="ymd_formatter.html#idp495461248-bb">public static functions</a></span>
+  <span class="keyword">static</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">basic_string</span><span class="special">&lt;</span> <span class="identifier">charT</span> <span class="special">&gt;</span> <a class="link" href="ymd_formatter.html#idp495461808-bb"><span class="identifier">ymd_to_string</span></a><span class="special">(</span><span class="identifier">ymd_type</span><span class="special">)</span><span class="special">;</span>
+  <span class="keyword">static</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span> <a class="link" href="ymd_formatter.html#idp495464688-bb"><span class="identifier">ymd_to_string</span></a><span class="special">(</span><span class="identifier">ymd_type</span><span class="special">)</span><span class="special">;</span>
 <span class="special">}</span><span class="special">;</span></pre></div>
 <div class="refsect1">
-<a name="idp313366736"></a><h2>Description</h2>
+<a name="idp218476896"></a><h2>Description</h2>
 <div class="refsect2">
-<a name="idp313367152"></a><h3>
-<a name="idp729799760-bb"></a><code class="computeroutput">ymd_formatter</code> public static functions</h3>
+<a name="idp218477312"></a><h3>
+<a name="idp495461248-bb"></a><code class="computeroutput">ymd_formatter</code> public static functions</h3>
 <div class="orderedlist"><ol class="orderedlist" type="1">
 <li class="listitem">
-<pre class="literallayout"><span class="keyword">static</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">basic_string</span><span class="special">&lt;</span> <span class="identifier">charT</span> <span class="special">&gt;</span> <a name="idp729800320-bb"></a><span class="identifier">ymd_to_string</span><span class="special">(</span><span class="identifier">ymd_type</span> ymd<span class="special">)</span><span class="special">;</span></pre>Convert ymd to a standard string formatting policies. <p>This is standard code for handling date formatting with year-month-day based date information. This function uses the format_type to control whether the string will contain separator characters, and if so what the character will be. In addtion, it can format the month as either an integer or a string as controled by the formatting policy </p>
+<pre class="literallayout"><span class="keyword">static</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">basic_string</span><span class="special">&lt;</span> <span class="identifier">charT</span> <span class="special">&gt;</span> <a name="idp495461808-bb"></a><span class="identifier">ymd_to_string</span><span class="special">(</span><span class="identifier">ymd_type</span> ymd<span class="special">)</span><span class="special">;</span></pre>Convert ymd to a standard string formatting policies. <p>This is standard code for handling date formatting with year-month-day based date information. This function uses the format_type to control whether the string will contain separator characters, and if so what the character will be. In addtion, it can format the month as either an integer or a string as controled by the formatting policy </p>
 </li>
 <li class="listitem">
-<pre class="literallayout"><span class="keyword">static</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span> <a name="idp729803200-bb"></a><span class="identifier">ymd_to_string</span><span class="special">(</span><span class="identifier">ymd_type</span> ymd<span class="special">)</span><span class="special">;</span></pre>Convert ymd to a standard string formatting policies. <p>This is standard code for handling date formatting with year-month-day based date information. This function uses the format_type to control whether the string will contain separator characters, and if so what the character will be. In addtion, it can format the month as either an integer or a string as controled by the formatting policy </p>
+<pre class="literallayout"><span class="keyword">static</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span> <a name="idp495464688-bb"></a><span class="identifier">ymd_to_string</span><span class="special">(</span><span class="identifier">ymd_type</span> ymd<span class="special">)</span><span class="special">;</span></pre>Convert ymd to a standard string formatting policies. <p>This is standard code for handling date formatting with year-month-day based date information. This function uses the format_type to control whether the string will contain separator characters, and if so what the character will be. In addtion, it can format the month as either an integer or a string as controled by the formatting policy </p>
 </li>
 </ol></div>
 </div>