找回密码
 用户注册

QQ登录

只需一步,快速开始

查看: 5120|回复: 1

ACE编程时 怎么得到当前时间的年月日时分秒和毫秒

[复制链接]
发表于 2007-12-11 22:04:53 | 显示全部楼层 |阅读模式
如题:

可以用:
ACE_Time_Value startup_time = ACE_OS::gettimeofday();
ACE_Date_Time t(startup_time);

int year = t.year();
int month = t.month();
int day = t.day();
int hour = t.hour();
int min = t.minute();
int sec = t.second();
发表于 2008-5-9 10:10:13 | 显示全部楼层
跟踪一下test\Data_Time_Test就清楚了
您需要登录后才可以回帖 登录 | 用户注册

本版积分规则

Archiver|手机版|小黑屋|ACE Developer ( 京ICP备06055248号 )

GMT+8, 2024-11-23 08:22 , Processed in 0.015329 second(s), 6 queries , Redis On.

Powered by Discuz! X3.5

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表