struct DateStamp


#include <exec/execbase.h>


struct DateStamp
{
    LONG ds_Days;       /* Number of days since Jan. 1, 1978 */
    LONG ds_Minutes;    /* Number of minutes past midnight */
    LONG ds_Ticks;      /* Number of ticks past minute */
};