다음을 통해 공유


CFileTime::GetCurrentTime

검색이 정적 함수를 호출 하는 CFileTime 현재 시스템 날짜와 시간을 나타내는 개체입니다.

static CFileTime GetCurrentTime( ) throw( );

반환 값

현재 시스템 날짜 및 시간 협정 세계시 (UTC) 형식으로 반환합니다.

예제

// Retrieve the current time
CFileTime myFT;
myFT = CFileTime::GetCurrentTime();

요구 사항

헤더: atltime.h

참고 항목

참조

CFileTime 클래스

time, _time32, _time64