Click or drag to resize

IEditSession.ChangeReserveEstimatedStartTime Method

Changes estimated reserve start time.

Namespace:  Resto.Front.Api.V5.Editors
Assembly:  Resto.Front.Api.V5 (in Resto.Front.Api.V5.dll)
Syntax
C#
void ChangeReserveEstimatedStartTime(
	DateTime estimatedStartTime,
	IReserveStub reserve
)

Parameters

estimatedStartTime
Type: System.DateTime
Approximate date and time of planned visit, used to divide different visits and remind staff to prepare table.
reserve
Type: Resto.Front.Api.V5.Editors.Stubs.IReserveStub
Reserve to edit.
See Also