Share via


Recipe.PrepTime Property

Definition

Gets the amount of time required to prepare the ingredients. For example, PT15M. For information about the time format, see http://en.wikipedia.org/wiki/ISO_8601#Durations.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to