It says in the docs,
"The absolute value of the counter has no meaning. Generate useful timing
values by taking differences between the results of GetTickCount() at
specified points during page processing."

Take the count at different times, subtract, you're left with the number of
milliseconds it took for something to happen.  Not meant to work with
TimeFormat, TimeDateFormat, etc.

-----Original Message-----
From: Eric Fickes [mailto:[EMAIL PROTECTED]]
Sent: Friday, December 08, 2000 4:50 PM
To: CF-Talk
Subject: Format(GetTicketCount)


Hello,

I'm using GetTickCount to monitor page execution times and I'm having a
problem formatting the returned number.  I'm assuming this number is in
milliseconds.  I can't seem to figure out how to do this using TimeFormat(),
LSParseDateTime(), or DateTimeFormat().

E
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to