LogFormatter.PrintTime(DateTime) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Utility function to convert a DateTime
object into printable time format used by the Logger subsystem.
public static string PrintTime (DateTime date);
static member PrintTime : DateTime -> string
Public Shared Function PrintTime (date As DateTime) As String
Parameters
- date
- DateTime
The DateTime
value to be printed.
Returns
Formatted string representation of the input data, in the printable format used by the Logger subsystem.