Graphisoft®

GSRootVersion: 1.0

TIGetPlatformTime

TIGetPlatformTime 매크로는 Macintosh의 경우 TIGetMacTime 함수를 호출하고, Windows의 경우 TIGetWinTime 함수를 호출합니다.

#if defined(macintosh)
  #define TIGetPlatfromTime TIGetMacTime
#else
  #define TIGetPlatfromTime TIGetWinTime
#endif

요구사항

    헤더: GSTime.hpp에서 선언됨

참고사항

Date & Time 관리자 함수, TIGetMacTime, TIGetWinTime