ABOUT ME

-

Today
-
Yesterday
-
Total
-
  • 시간 - MFC
    Platform/util 2008. 12. 12. 23:38
    CTime
    .GetCurrentTime()    // static
    .GetYear()
    .GetMonth()
    .GetDay()
    .GetHour()
    .GetMinute()
    .GetSecond()
    .Format()
    .+()
    .-()

    CTimeSpan
    COleDateTime
    .GetCurrentTime() // static
    .GetYear()
    .GetMonth()
    .SetDate()
    .SetTime()
    .SetDateTime()
    .=()
    .+=()
    .-()
    .Format()
    .==()
    COleDateTimeSpan
    .GetTotalDays()
    .GetTotalHours()
    .GetTotalMinutes()
    .GetTotalSeconds()

    참조 사이트:
Designed by Tistory.