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.V9 (in Resto.Front.Api.V9.dll)
Syntax public TimeSpan Start {
get;
}
Property Value
Type:
TimeSpanRemarks
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