|
-
Jun 14th, 2004, 03:10 AM
#1
Thread Starter
Frenzied Member
Time and subtraction
I am testing performance and comparing time consumptions in Java and .net and for this I need to calculate in milliseconds. My timestamps are:
time1 = Now.Hour & ":" & Now.Minute & ":" & Now.Second & ":" & Now.Millisecond
when the calculation begins and
time2 = Now.Hour & ":" & Now.Minute & ":" & Now.Second & ":" & Now.Millisecond
How do I subtract the two times when I need milliseconds?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|