LogFormatter.PrintTime(DateTime) 方法

定义

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

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

参数

date
DateTime

DateTime要打印的值。

返回

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

适用于