View Single Post
  #1  
Old 02-21-2007, 12:40 PM
teognost teognost is online now
Registered User
 
Join Date: 05-25-2004
Location: Prague,Czech Republic
Posts: 200
Question Calculate the compilation time

I have a step for a C# solution compilation.I would like to write in log the time in seconds passed during the step execution.It is easy to write "Step started at ...,ended at ..." -but how can I write now many seconds passed between start and end?
I look at some VBScript Date\Time fctions here :
http://www.w3schools.com/vbscript/vb..._functions.asp
but I didn't see anything interesting.
Reply With Quote