lukeh53 Posted April 9, 2010 Share Posted April 9, 2010 I am trying to get the time since the unix epoch (1/1/1970 00:00:00) in milliseconds, but VB isnt co-operating. i can get the seconds, with "CInt(DateTimeValue.Subtract(CDate("1.1.1970 00:00:00")).TotalSeconds)"; but not the millis. Any help is great. Quote Link to comment Share on other sites More sharing options...
SomethingToChatWith Posted April 9, 2010 Share Posted April 9, 2010 Perhaps this well help? Quote Link to comment Share on other sites More sharing options...
moonlit Posted April 11, 2010 Share Posted April 11, 2010 Yup, it's that simple, seconds * 1000 = millseconds. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.