Share via


Recipe.CookTime Property

Definition

Gets the amount of time the food takes to cook. For example, PT25M. For information about the time format, see http://en.wikipedia.org/wiki/ISO_8601#Durations.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to