Share via


TypeConversionSettings.TimeSpanFormat Property

Definition

Gets or sets the format for TimeSpan values. Type: string (or Expression with resultType string).

[Newtonsoft.Json.JsonProperty(PropertyName="timeSpanFormat")]
public object TimeSpanFormat { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="timeSpanFormat")>]
member this.TimeSpanFormat : obj with get, set
Public Property TimeSpanFormat As Object

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to