Articles
Forums
Downloads
Autodocs
Home
/
Autodocs
/
utility.library
NAME
Amiga2Date
fill in a ClockData structure based on a system time stamp (V36)
SYNOPSIS
Amiga2Date(seconds,result);
D0 A0
VOID Amiga2Date(ULONG,struct ClockData *);
FUNCTION
Fills in a ClockData structure with the date and time calculated from a ULONG containing the number of seconds from 01-Jan-1978 to the date.
INPUTS
seconds
the number of seconds from 01-Jan-1978.
result
a pointer to a ClockData structure that will be altered by this function
SEE ALSO
CheckDate()
,
Date2Amiga()