Link Search Menu Expand Document

__int64 enuGetCurrentTime()

__int64 enuGetCurrentTime()

Parameters

NONE

Return Value

Type : __int64

현재시간을 반환합니다.

Remarks

시뮬레이션 설정인 경우에는 시뮬레이션 시간을 반환하며, 시스템 설정인 경우에는 시스템 시간을 반환합니다.

The system time is expressed in Coordinated Universal Time (UTC)

Examples

__int64 time = enuGetCurrentTime();