RateScheduleIntervalEnd Property |
Interval's end 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 public TimeSpan End {
get;
}
Property Value
Type:
TimeSpanRemarks
For
DayTime valid values range is (0h; 24h], which means all the day (
Day) exluding it's left bound.
For
ServiceTime valid values range is (0h; 12h], because max service duration is 12h.
Anyway,
End is greater than
Start, so that interval has positive length.
See Also