术语 | COleDateTimeSpan::SetDateTimeSpan | ||
释义 | COleDateTimeSpan::SetDateTimeSpan void SetDateTimeSpan(long lDays, int nHours, int nMins, int nSecs); 参数:
说明: 调用这个成员函数可以设置日期/时间段值。 其它用来查询COleDateTimeSpan对象的函数可以参见下面列出的成员函数: ·GetDays ·GetHours ·GetMinutes ·GetSeconds ·GetTotalDays ·GetTotalHours ·GetTotalMinutes ·GetTotalSeconds 示例: COleDateTimeSpan spanOne;COleDateTimeSpan spanTwo; spanOne.SetDateTimeSpan(0, 2, 45, 0); // 2 hours and 45 seconds spanTwo.SetDateTimeSpan(0, 3, -15, 0); // 2 hours and 45 seconds 请参阅:COleDateTimeSpan::GetStatus, COleDateTimeSpan::m_span |
||
随便看 |
|
MFC类库中文详解手册包含4274条MFC类库参考词条,基本涵盖了Microsoft基本类库中的类、全局函数、全局变量和宏的内容,是计算机编程的有利工具。