Skip to content

Commit

Permalink
New
Browse files Browse the repository at this point in the history
  • Loading branch information
Serialcomms committed Sep 25, 2023
1 parent 9804ccf commit 45d2185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AUTO_FUNCTIONS/Functions.vb
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Public Class Functions

DT = Now

TimeString = DT.ToLongTimeString & "." & DT.Millisecond.ToString("D3")
TimeString = DT.ToLongTimeString() & "." & DT.Millisecond.ToString("D3")

Return TimeString

Expand Down

0 comments on commit 45d2185

Please sign in to comment.