Click or drag to resize

IOrderServiceItemTimeLimit Property

Total amount of time after which the service will be stopped or null for default limit (12 hours). Includes all periods.

Namespace:  Resto.Front.Api.Data.Orders
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
TimeSpan? TimeLimit { get; }

Property Value

Type: NullableTimeSpan
See Also