A
Alan T
Anyone knows how to convert the ticks into seconds or milliseconds?
beginTick = GetTimestamp();
endTick = GetTimestamp();
totalTick = endTick - beginTick;
How many seconds will be the totalTick ?
beginTick = GetTimestamp();
endTick = GetTimestamp();
totalTick = endTick - beginTick;
How many seconds will be the totalTick ?