C++/(MFC)현재 시간 상위 문서: C++ CTime time(CTime::GetCurrentTime()); SYSTEMTIME timeDest; time.GetAsSystemTime(timeDest); timeDest.wDay timeDest.wYear timeDest.wMonth timeDest.wSecond timeDest.wMilliseconds ... MFC Time Show Comments Please enable JavaScript to view the comments powered by Disqus.