LogFormatter.PrintDate(DateTime) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
公用程式函式,可將物件轉換成 DateTime
Logger 子系統所使用的可列印資料格式。
public static string PrintDate (DateTime date);
static member PrintDate : DateTime -> string
Public Shared Function PrintDate (date As DateTime) As String
參數
傳回
輸入資料的格式化字串表示,格式為 Logger 子系統所使用的可列印格式。
適用於