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!
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!