VB.NET - Format DateTime With Milliseconds
ยท โ 1 min read
Despite what people are saying on the net, you do not need to write your own method to include milliseconds when formatting DateTime object. To achieve this, you can use โfโ. For example, if you want to include thousands of a second (i.e. milliseconds), you can write something like this [...]