Date and Time Data: Overview
Home
|
How Do I
|
Details
Visual C++ supplies several ways to work with date and time data:
Run-time library functions for time management
Win32 API functions for time management
MFC classes
CTime
,
COleDateTime
,
CTimeSpan
, and
COleDateTimeSpan
What do you want to know more about?
MFC's date and time classes
Getting the current time
Calculating elapsed time
The SYSTEMTIME data type
Date and time data in Automation