[C#] [CF] [VS 2005 B2] TimeDate with millisecond
DateTime
Display only 14:23:00 ? it according to MSDN it should disp 14:23:236 no ?
So why i can't get milliseconds ?
DateTime
Display only 14:23:00 ? it according to MSDN it should disp 14:23:236 no ?
So why i can't get milliseconds ?
Does your device support milliseconds? Most WinCE devices don't.
If you are trying to measure time in milliseconds then you use the StopWatch class that I wrote. Get it from here:
http://vault.netcf.tv/VaultService/VaultWeb/Blame.aspx?repid=2&path=%24%2fSDF%2fOpenNETCF%2fDiagnostics%2fStopwatch.cs&version=1&includedversions=20
(guest, guest)
Cheers
Daniel