how to get Millisecond

  • Thread starter Thread starter zhpaul
  • Start date Start date
Z

zhpaul

i use vb.net to develop PPC2002's program.
i want to get Millisecond value,but i used this function:now.Millisecond,the
return value is 0,why?
 
You won't get millisecond value on CF. If you need to measure small
intervals, use Emvironment.TickCount or P/Invoke perf counter API
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top