Time — C Library Procedures
NAME
Time_GetTime − Get the current time of day.
SYNOPSIS
#include <spriteTime.h>
void
Time_GetTime(nowPtr)
ARGUMENTS
Time ∗nowPtr (out) The current time of day.
DESCRIPTION
Time_GetTime is like the UNIX gettimeofday, except it is defined using the Sprite type Time. It returns the current time in seconds and microseconds since the start of the epoch.
KEYWORDS
time
Sprite version 1.0 — April 21, 1991