GINO Graphics Suite - GINO v9.0  

gEnqSysTime

Syntax

[C/C++:]
void gEnqSysTime(GTIME *time);
[F90:]
subroutine gEnqSysTime(time)
type (GTIME), intent(out) :: time

Arguments

time.hour, time.min, time.sec, time.millsec
Current hour/minute/seconds/millisecs

Description

The system utility gEnqSysTime() returns the current system time in terms of hours, minutes, seconds and milliseconds.

See Also

gEnqSysTime Usage
gEnqSysDate