Recipe.TotalTime Property

Definition

Gets the total amount of time it takes to prepare and cook the recipe. For example, PT45M. For information about the time format, see http://en.wikipedia.org/wiki/ISO_8601#Durations.

[Newtonsoft.Json.JsonProperty(PropertyName="totalTime")]
public string TotalTime { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="totalTime")>]
member this.TotalTime : string
Public ReadOnly Property TotalTime As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to