Click or drag to resize

IEditSessionChangeReserveEstimatedStartTime Method

Changes estimated reserve start time.

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

Parameters

estimatedStartTime  DateTime
Approximate date and time of planned visit, used to divide different visits and remind staff to prepare table.
reserve  IReserveStub
Reserve to edit.
See Also