tmbase.htm

来自「这是关于VC++中的STL容器的资料,包括了STL容器各个类之间关系以及类的说明」· HTM 代码 · 共 57 行

HTM
57
字号
<html>
<head>
<title>time_base</title>
<head>

<body bgcolor="#FFFFFF">

<a name="here"></a>

<img src="timeban.gif">

<pre>
<font size=5>Class Name</font>            time_base

<font size=5>Header File</font>          &lt;locale&gt;

<font size=5>Classification</font>      abstract data type

</pre>

<a href="tmbase.htm#crd">Class Relationship Diagram</a><br>
<br>
<a href="tmbase.htm#class-descrip">Class Description</a>

<h1>Member Classes</h1>
<p>
None
</p>
<hr>

<a name="class-descrip"><h3>Class Description</h3></a>
<p>
The time_base class is a base class for the class time_get. It defines the
enumerated type dateorder and several constants of this type. The constants
represents different ways to order the components of a date. The constants are:
</p>
<pre>
     no_order Specifies no particular order.

     dmy      Specifies the order day, month, then year.

     mdy      Specifies the order month, day, then year.

     ymd      Specifies the order year, month, then day.

     ydm      Specifies the order year, day, then month.

</pre>

<hr>
<a name="crd"><h2>The Class Relationship Diagram for time_base</h2></a>
<img src="tmbase.gif">
<hr>
</body>
</html>



⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?