Retrieving date and time from remote server

csufguy212002

New member
Joined
Oct 3, 2005
Messages
1
Programming Experience
1-3
Retrieving date and time from remote server using NetRemoteTOD in VB.NET

Using this code from this site http://www.codeproject.com/vb/net/NetRemoteTOD.asp
I need to extend the code to include milliseconds. Having trouble, I can get hundreths of a second to work, but milliseconds comes out as garbage. DateSerial doesn't include it as a valid parameter, only up to seconds.
 
Back
Top