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