Click or drag to resize

ITimePeakInterval Interface

Represents a time interval for peak hours configuration on specific days of week.

Namespace: Resto.Front.Api.Data.Kitchen
Assembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntax
C#
public interface ITimePeakInterval : ISerializable

The ITimePeakInterval type exposes the following members.

Properties
 NameDescription
Public propertyBeginStart time of the peak interval.
Public propertyDaysOfWeekCollection of days of week when this peak interval is active.
Public propertyEndEnd time of the peak interval.
Top
Methods
 NameDescription
Public methodGetObjectDataPopulates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable)
Top
See Also