没有,不过,你可以在初始化的时候得到系统当前时间,这样就可以得到了。

解决方案 »

  1.   

    GetTickCount
    This function retrieves the number of milliseconds that have elapsed since Windows CE was started. DWORD GetTickCount( void ); 
    Return Values
    The number of milliseconds that have elapsed since the system was started indicates success. Res
    The resolution of the system timer is based on the OEMs setting. Check with the OEM for details. The elapsed time is stored as a DWORD value. Therefore, the time will wrap around to zero if the system is run continuously for 49.7 days. RequirementsRuns on Versions Defined in Include Link to 
    Windows CE OS 1.0 and later Winbase.h     Note   This API is part of the complete Windows CE OS package as provided by Microsoft. The functionality of a particular platform is determined by the original equipment manufacturer (OEM) and some devices may not support this API.See Also
    GetSystemTime, SetSystemTime