hdac SDK
SDK for hdac blockchain development
모두 클래스 네임스페이스들 파일들 함수 변수 타입정의 열거형 타입 열거형 멤버 속성 이벤트 Friends 페이지들
utiltime.h
1 #ifndef UTILTIME_H
2 #define UTILTIME_H
3 
4 #include <cstdint>
5 #include <string>
6 
7 int64_t GetTime();
8 int64_t GetTimeMillis();
9 int64_t GetTimeMicros();
10 
11 std::string DateTimeStrFormat(const char* pszFormat, int64_t nTime);
12 
13 #endif // UTILTIME_H