| 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.V6 (in Resto.Front.Api.V6.dll)
 Syntax
Syntaxpublic TimeSpan Start {
	get;
 }Property Value
Type: 
TimeSpan Remarks
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
See Also