|
Previous: utility.library/CloneTagItems |
TOC: Table of Contents |
Index: All Documents |
Next: utility.library/FilterTagChanges |
| Title: |
| Date2Amiga -- calculate seconds from 01-Jan-1978. (V36) |
| Synopsis: |
| seconds = Date2Amiga(date); D0 A0 ULONG Date2Amiga(struct ClockData *); |
| Function: |
| Calculates the number of seconds from 01-Jan-1978 to the date specified in the ClockData structure. |
| Parameters: |
| date - pointer to a ClockData structure containing the date of interest. |
| Results: |
| seconds - the number of seconds from 01-Jan-1978 to the date specified. |
| *** WARNING ***: |
| This function does no sanity checking of the data in the ClockData structure. |
| Related topics: |
| Amiga2Date(), CheckDate() |