The function CurrentTime() gets the current time values. To use this function, first declare the variables Seconds and Micros. Then, when the application call the function, the current time is copied into the argument pointers. void CurrentTime( ULONG *seconds, ULONG *micros ); See the DOS library Autodocs in the AmigaDOS Manual (Bantam Books) for more information on functions dealing with the date and time. The DOS library includes such functions as DateToStr(), StrToDate(), SetFileDate() and CompareDates().