Hi,
I want to display seconds and milliseconds of time span in PPC apps.
ck1.milliseconds --- didn't return any vlaue. Always zero. why
How to get this
Thak You!
Hi,
I want to display seconds and milliseconds of time span in PPC apps.
ck1.milliseconds --- didn't return any vlaue. Always zero. why
How to get this
Thak You!
how to get milliseconds from PPC
Chris Cowherd
what the heck type is ck1 this is .net and not native code you're working with
if it's not a timespan, look into: System.TimeSpan.Milliseconds
Vlad Bezden