Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Printing and Using Time in Milliseconds

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Printing and Using Time in Milliseconds

    I can print and use Time[0] which gives me Date, HH:MM:SS or it seems I can use
    Time[0].Millisecond which gives me just the number of Milliseconds.

    Rather than doing a Print ( Time[0].ToString() + Time[0].Millisecond.ToString() );

    How do I access Print or otherwise the Date, HH:MM:SS and Milliseconds in One shot.

    Thanks

    #2
    See https://msdn.microsoft.com/en-us/lib...v=vs.110).aspx

    For example
    Code:
    string timestamp = Time[0].ToString("yyyy-MM-dd HH:mm:ss.fff");
    If you do it a lot, then build a simple routine to call.

    Comment


      #3
      aslane, That was exactly what I was looking for.

      thanks

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by SalmaTrader, 07-07-2026, 10:26 PM
      0 responses
      92 views
      0 likes
      Last Post SalmaTrader  
      Started by CarlTrading, 07-05-2026, 01:16 PM
      0 responses
      51 views
      0 likes
      Last Post CarlTrading  
      Started by CaptainJack, 06-17-2026, 10:32 AM
      0 responses
      23 views
      0 likes
      Last Post CaptainJack  
      Started by kinfxhk, 06-17-2026, 04:15 AM
      0 responses
      34 views
      0 likes
      Last Post kinfxhk
      by kinfxhk
       
      Started by kinfxhk, 06-17-2026, 04:06 AM
      0 responses
      34 views
      0 likes
      Last Post kinfxhk
      by kinfxhk
       
      Working...
      X