Go to the first, previous, next, last section, table of contents.


ITime Intrinsic

CALL ITime(TArray)

TArray: INTEGER(KIND=1); DIMENSION(3); INTENT(OUT).

Intrinsic groups: unix.

Description:

Returns the current local time hour, minutes, and seconds in elements 1, 2, and 3 of TArray, respectively.


Go to the first, previous, next, last section, table of contents.