Click or drag to resize

RateScheduleInterval Structure

Describes a time interval within a week, which is used in RateSchedule.

Namespace:  Resto.Front.Api.Data.Orders
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
[SerializableAttribute]
public struct RateScheduleInterval

The RateScheduleInterval type exposes the following members.

Constructors
  NameDescription
Public methodRateScheduleInterval
Initializes a new instance of the RateScheduleInterval.
Top
Properties
  NameDescription
Public propertyDay
Day of week of the interval.
Public propertyEnd
Interval's end point offset relative to start of a day or a service depending on TimingMode.
Public propertyStart
Interval's start point offset relative to start of a day or a service depending on TimingMode.
Top
Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
See Also