Click to See Complete Forum and Search --> : getting millisecond ffrom timespan


tpadhu
April 28th, 2006, 05:35 AM
Hi,

I'm trying to to display milliseconds in PPC apps by using
Label2.Text=String.Format("{0:d1}.{1:d1}", ck2.Seconds, ck2.Milliseconds).

but i'm always getting zero for milliseconds.
How to get milliseconds in smart device apps?

Note :
In Windows apps,the same one is working fine. means getting milliseconds.

What should i do?
thank You!

Craig Gemmill
April 28th, 2006, 11:56 AM
This is a limitation of the emulator and some (most) mobile devices.