24 #ifndef __GlobalTime__ 25 #define __GlobalTime__ 51 enum {kOneSecond = 10000000};
73 void SetTime(uint64 time) {fTime = time;};
84 int32
SetTime(int32 year, int32 month, int32 day, int32 hour,
85 int32 minute, int32 second);
92 void SetTime(uint32 macseconds);
99 uint64 MacSecondsToFileTime(uint32 macseconds)
const;
105 uint32 FileTimeToMacSeconds(uint64 time)
const;
125 int32
GetTime(int32 *year, int32 *month, int32 *day, int32 *hour,
126 int32 *minute, int32 *second, int32* dayOfWeek = nil)
const;
157 bool16
IsHistory(uint64 timeinterval)
const;
187 uint64 GetCurrentSystemTime()
const;
188 uint64 XferInt64(
IPMStream *s, uint64 &value)
const;
191 int32 GetGMTDelta()
const;