LogFormatter.PrintDate(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 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.