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
 
Back
Top