Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
DateTime format during debugging
Message
De
18/11/2017 04:38:27
 
 
À
17/11/2017 17:26:17
Information générale
Forum:
C#
Catégorie:
Code, syntaxe and commandes
Divers
Thread ID:
01655652
Message ID:
01655665
Vues:
43
>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")
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform