Click or drag to resize

RateScheduleInterval Constructor

Initializes a new instance of the RateScheduleInterval.

Namespace: Resto.Front.Api.Data.Orders
Assembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntax
C#
public RateScheduleInterval(
	DayOfWeek day,
	TimeSpan begin,
	TimeSpan end
)

Parameters

day  DayOfWeek
 
begin  TimeSpan
 
end  TimeSpan
 
See Also