Answers for "c# code to get time in 12 hour format"

C#
0

how to get the hour on c#

String foo = DateTime. Now. ToString("HH:mm");
  console.Write(foo);
//time
Posted by: Guest on February-09-2021

Code answers related to "c# code to get time in 12 hour format"

C# Answers by Framework

Browse Popular Code Answers by Language