CTime::GetCurrentTime

Returns a CTime object that represents the current time.

static CTime WINAPI GetCurrentTime( ) throw( );

Remarks

Returns the current system date and time in Coordinated Universal Time (UTC).

Example

CTime t = CTime::GetCurrentTime();   

Requirements

Header: atltime.h

See Also

Concepts

CTime Class

CTime Members

Hierarchy Chart