Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Time Stamp in Output Window

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

    Time Stamp in Output Window

    I'm using the Method Time[0].ToString() generate a time stamp in my Output Window and it shows as 10/7/2011 9:03:08 AM. Is there a method to shorten it to just 9:03:08?

    #2
    Originally posted by DenMan View Post
    I'm using the Method Time[0].ToString() generate a time stamp in my Output Window and it shows as 10/7/2011 9:03:08 AM. Is there a method to shorten it to just 9:03:08?
    Either use ToTime(), which gives an ugly integer, or else you will have to use the c# TimeDate structures.

    Try this:

    Time[0].ToString("hh:mm:ss tt", System.Globalization.DateTimeFormatInfo.InvariantI nfo)

    or this:

    Time[0].ToShortTimeString()

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    647 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    368 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    108 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    571 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    573 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X