|
Previous: utility.library/AllocNamedObjectA |
TOC: Table of Contents |
Index: All Documents |
Next: utility.library/ApplyTagChanges |
| Title: |
| 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. |
| Parameters: |
| seconds - the number of seconds from 01-Jan-1978. result - a pointer to a ClockData structure that will be altered by this function |
| Related topics: |
| CheckDate(), Date2Amiga() |