View Single Post
  #29 (permalink)  
Old 06-01-2007, 03:07 AM
Restless Restless is offline
Starter Member
 
Posts: 2
Default TimeStamp in msecs using VB.net

Quote:
Originally Posted by schemers View Post
Time stamp is the current time in msecs:

System.currentTimeMillis()

It is used to prevent an old preauth request (older then 5 minutes, IIRC) from being re-used.
Sorry, I wasn't very clear. I'm trying to this in VB.net, not Java.net. I've also tried the whole datetime.now.ticks but that appears to give me the number of msecs since 01/01/01.

Any additional help would be greatly apprecaited as I continue to spin my wheels on this.

Thanks!
Reply With Quote