LogFileTextSettings.RecordStartTimestampFormat Property

Definition

Gets or sets one of the supported timestamp formats. Possible values include: '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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to