Click or drag to resize

RateScheduleInterval Constructor

Initializes a new instance of the RateScheduleInterval.

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

Parameters

day
Type: SystemDayOfWeek
begin
Type: SystemTimeSpan
end
Type: SystemTimeSpan
See Also