Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DateTime format during debugging
Message
From
18/11/2017 04:38:27
 
 
To
17/11/2017 17:26:17
General information
Forum:
C#
Category:
Coding, syntax and commands
Miscellaneous
Thread ID:
01655652
Message ID:
01655665
Views:
46
>When I look at the value of a datetime property while debugging the time shows as 04:30:15 PM.
>
>Is there any way that I can tell the debugger to show the time in 24 hour format?

Only by using a ToString() with the required format e.g.
yourDateTime.ToString("HH:ss")
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform