📄 tmbase.htm
字号:
<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> <locale>
<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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -