getTickCount() isn't what you want if you are trying to manually set start/end times.
check the docs for dateDiff() On 2/27/06, Love Sponge <[EMAIL PROTECTED]> wrote: > Could you be a bit more specific, getTickCount()seem to be ignoring the time > I entered as start and end times I entered for testing. Could it be using > system time instead? > > ><cfset Start = getTickCount()> > > > >do a bunch of stuff > > > ><cfset End= getTickCount()> > > > ><cfset Time Elapsed = End - Start> (in milliseconds) > > > >Bryan Stevenson B.Comm. > >VP & Director of E-Commerce Development > >Electric Edge Systems Group Inc. > >phone: 250.480.0642 > >fax: 250.480.1264 > >cell: 250.920.8830 > >e-mail: [EMAIL PROTECTED] > >web: www.electricedgesystems.com > >----- Original Message ----- > >From: "Love Sponge" <[EMAIL PROTECTED]> > >To: "CF-Talk" <[email protected]> > >Sent: Monday, February 27, 2006 8:50 AM > >Subject: Time Calculations > > > > > >> Hi all, > >> Can anyone tell me what is the best way to capture user input (StartTime, > >> EndTime) and resuse this data to calculate TimeElapsed. > >> > >> Thanks. > >> > >> > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:233561 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

