LogFormatter.PrintDate(DateTime) 方法

定义

用于将对象转换为 DateTime 记录器子系统使用的可打印数据格式的实用工具函数。

public static string PrintDate (DateTime date);
static member PrintDate : DateTime -> string
Public Shared Function PrintDate (date As DateTime) As String

参数

date
DateTime

DateTime要打印的值。

返回

输入数据的格式化字符串表示形式,采用记录器子系统使用的可打印格式。

适用于