[C#] [CF] [VS 2005 B2] TimeDate with millisecond

Why


DateTime.Now.ToString("yyyy/MM/dd - HH:mm:ss:fff")



Display only 14:23:00 ? it according to MSDN it should disp 14:23:236 no ?
So why i can't get milliseconds ?

[617 byte] By [lmussier] at [2008-2-22]
# 1

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

DanielMoth at 2007-9-9 > top of Msdn Tech,Smart Device Development,Smart Devices VB and C# Projects...
# 2
that should be that, smartphone don't like millisecondes ;o)
Thanks
lmussier at 2007-9-9 > top of Msdn Tech,Smart Device Development,Smart Devices VB and C# Projects...