Edit

Share via


LogFormatter.PrintTime(DateTime) Method

Definition

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.

Applies to