CTimeSpan选件类

时间,在内部存储为秒数。时间范围。

class CTimeSpan

成员

ay6ws8h3.collapse_all(zh-cn,VS.110).gif公共构造函数

名称

说明

CTimeSpan::CTimeSpan

构造 CTimeSpan 对象以多种方式。

ay6ws8h3.collapse_all(zh-cn,VS.110).gif公共方法

名称

说明

CTimeSpan::Format

转换 CTimeSpan 转换为格式化的字符串。

CTimeSpan::GetDays

返回表示完整日期数本 CTimeSpan的值。

CTimeSpan::GetHours

返回在当前日期表示小时数的值(– 23到23)。

CTimeSpan::GetMinutes

返回在当前小时内表示分钟数的值(– 59到59)。

CTimeSpan::GetSeconds

返回在当前分钟内表示秒数的值(– 59到59)。

CTimeSpan::GetTimeSpan

返回 CTimeSpan 对象的值。

CTimeSpan::GetTotalHours

返回表示完整的小时总数本 CTimeSpan的值。

CTimeSpan::GetTotalMinutes

返回表示完整分钟的总数本 CTimeSpan的值。

CTimeSpan::GetTotalSeconds

返回表示完整的秒数本 CTimeSpan的值。

CTimeSpan::Serialize64

序列化数据。/从存档。

ay6ws8h3.collapse_all(zh-cn,VS.110).gif运算符

运算符+ –

增加和减少 CTimeSpan 对象。

+=运算符– =

来回此 CTimeSpan增加和减少 CTimeSpan 对象。

运算符== <等.

比较两个相对时间值。

备注

CTimeSpan 没有基类。

CTimeSpan 函数秒为天、小时、分钟和秒的各种组合。

CTimeSpan 对象在 __time64_t framework内存,为8字节。

该选件类,CTime,表示绝对时间。

CTimeCTimeSpan 选件类没有为派生模型。 由于没有虚函数,两 CTimeCTimeSpan 对象的大小正确为8字节。 大多数成员函数内联。

有关使用 CTimeSpan的更多信息,请参见位于 日期和时间,并且,时间线 " 运行库参考

要求

Header: atltime.h

请参见

参考

asctime, _wasctime

_ftime, _ftime32, _ftime64

gmtime, _gmtime32, _gmtime64

localtime, _localtime32, _localtime64

strftime, wcsftime, _strftime_l, _wcsftime_l

time, _time32, _time64

层次结构图

其他资源

ATL/MFC共享选件类