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