LogFormatter.PrintTime(DateTime) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
用于将对象转换为 DateTime
记录器子系统使用的可打印时间格式的实用工具函数。
public static string PrintTime (DateTime date);
static member PrintTime : DateTime -> string
Public Shared Function PrintTime (date As DateTime) As String
参数
返回
输入数据的格式化字符串表示形式,采用记录器子系统使用的可打印格式。
适用于