COleDateTime::GetAsDBTIMESTAMP

调用此方法获取在 COleDateTime 对象的时间作为 DBTIMESTAMP 数据结构。

bool GetAsDBTIMESTAMP(
   DBTIMESTAMP& dbts
) const throw();

参数

返回值

非零,如果成功;否则为0。

备注

所引用的 dbts 结构存储发生的时间。 此函数初始化的 DBTIMESTAMP 数据结构让其 fraction 成员设置为零。

示例

COleDateTime t = COleDateTime::GetCurrentTime();
DBTIMESTAMP ts;
t.GetAsDBTIMESTAMP(ts); // retrieves the time in t into the ts structure

要求

Header: atlcomtime.h

请参见

参考

COleDateTime选件类

层次结构图