RateScheduleIntervalStart Property  | 
 
            Interval's start point offset relative to start of a day or a service depending on 
TimingMode.
            
 
    Namespace: 
   Resto.Front.Api.Data.Orders
    Assembly:
   Resto.Front.Api.V7Preview7 (in Resto.Front.Api.V7Preview7.dll)
Syntaxpublic TimeSpan Start { get; }Property Value
Type: 
TimeSpan
Remarks
            For 
DayTime valid values range is [0h; 24h), which means all the day (
Day) excluding it's right bound.
            For 
ServiceTime valid values range is [0h; 12h), because max service duration is 12h.
            
See Also