次の方法で共有


LogFileTextSettings.RecordStartTimestampFormat プロパティ

定義

サポートされているタイムスタンプ形式のいずれかを取得または設定します。 使用できる値は、'ISO 8601'、'YYYY-MM-DD HH:MM:SS'、'M/D/YYYY HH:MM:SS AM/PM'、 'Mon DD, YYYY HH:MM:SS', 'yyMMdd HH:mm:ss', 'ddMMyy HH:mm:ss', 'MMM d hh:mm:ss', 'dd/MMM/yyyy:HH:mm:ss zzz', 'yyyy-MM-ddTHH:mm:ssK'

[Newtonsoft.Json.JsonProperty(PropertyName="recordStartTimestampFormat")]
public string RecordStartTimestampFormat { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="recordStartTimestampFormat")>]
member this.RecordStartTimestampFormat : string with get, set
Public Property RecordStartTimestampFormat As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象