共用方式為


LogFormatter.PrintDate(DateTime) 方法

定義

公用程式函式,可將物件轉換成 DateTime Logger 子系統所使用的可列印資料格式。

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

參數

date
DateTime

DateTime要列印的值。

傳回

輸入資料的格式化字串表示,格式為 Logger 子系統所使用的可列印格式。

適用於