Format a time with a .NET format 'Picture'
- Last UpdatedJul 22, 2024
- 1 minute read
dim t as time;
t = Now();
LogMessage("The current time is: " + t.ToString("hh:mm:ss") + ".");
dim t as time;
t = Now();
LogMessage("The current time is: " + t.ToString("hh:mm:ss") + ".");