Can't get milliseconds on WM application

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • fastlerner
    New Member
    • Sep 2007
    • 1

    Can't get milliseconds on WM application

    I writing a simple app using VB 2005 for my WM device (Treo 750 WM6).

    I'm using something like this: myString = Format(Now, "h:mm:ss.ff f tt")

    When I run this code in my windows version of the app, I get the full time including milliseconds.

    However, the exact same code in my mobile app ALWAYS returns "000" for the milliseconds. I don't get any errors and the code runs fine.

    Any ideas why this might be happening or how I can get around it?
  • pbmods
    Recognized Expert Expert
    • Apr 2007
    • 5821

    #2
    Heya, Fastlerner. Welcome to TSDN!

    I'm going to go ahead and move this thread to the Visual Basic forum, where our resident Experts will be better able to help you out.

    Comment

    • Killer42
      Recognized Expert Expert
      • Oct 2006
      • 8429

      #3
      Perhaps the mobile simply doesn't keep time to that resolution?

      Comment

      Working...