RateScheduleInterval Constructor |
Namespace:
Resto.Front.Api.Data.Orders
Assembly:
Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntaxpublic RateScheduleInterval(
DayOfWeek day,
TimeSpan begin,
TimeSpan end
)
Parameters
- day
- Type: SystemDayOfWeek
- begin
- Type: SystemTimeSpan
- end
- Type: SystemTimeSpan
See Also