Click or drag to resize

IKitchenOrderItemModifierCookingTime Property

For separate modifiers standard cooking time defined by settings if cooking is started, otherwise null. This property is meaningless for non-separate modifiers.

Namespace:  Resto.Front.Api.V4.Data.Kitchen
Assembly:  Resto.Front.Api.V4 (in Resto.Front.Api.V4.dll)
Syntax
C#
Nullable<TimeSpan> CookingTime { get; }

Property Value

Type: NullableTimeSpan
See Also