共用方式為


ConsoleFormatterOptions.UseUtcTimestamp 屬性

定義

取得或設定值,指出是否應該將UTC時區用於記錄訊息中的時間戳。

public:
 property bool UseUtcTimestamp { bool get(); void set(bool value); };
public bool UseUtcTimestamp { get; set; }
member this.UseUtcTimestamp : bool with get, set
Public Property UseUtcTimestamp As Boolean

屬性值

true 如果使用 UTC 時區則為 ;否則為 false。 預設為 false

適用於