Edit

Share via


LogFormatter.PrintDate(DateTime) Method

Definition

Utility function to convert a DateTime object into printable data format used by the Logger subsystem.

public static string PrintDate (DateTime date);
static member PrintDate : DateTime -> string
Public Shared Function PrintDate (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