mirror of
https://github.com/boostorg/date_time.git
synced 2026-02-24 03:52:16 +00:00
29 lines
751 B
XML
29 lines
751 B
XML
|
|
<para>
|
|
<informaltable frame="all">
|
|
<tgroup cols="2">
|
|
<colspec colwidth="33%" />
|
|
<colspec colwidth="66%" />
|
|
<thead>
|
|
<row>
|
|
<entry valign="top" morerows="1">Syntax</entry>
|
|
<entry>Description</entry>
|
|
</row>
|
|
<row>
|
|
<entry>Example</entry>
|
|
</row>
|
|
</thead>
|
|
<tbody>
|
|
<row>
|
|
<entry valign="top" morerows="1"><screen>time_zone_ptr zone()</screen></entry>
|
|
<entry>Returns associated time_zone object via a time_zone_ptr</entry>
|
|
</row>
|
|
<row>
|
|
<entry><screen>the example...</screen></entry>
|
|
</row>
|
|
|
|
</tbody>
|
|
</tgroup>
|
|
</informaltable>
|
|
</para>
|