IEditSessionChangeReserveEstimatedStartTime Method  | 
 Changes estimated reserve start time.
 
    Namespace: 
   Resto.Front.Api.Editors
    Assembly:
   Resto.Front.Api.V7Preview7 (in Resto.Front.Api.V7Preview7.dll)
Syntaxvoid ChangeReserveEstimatedStartTime(
	DateTime estimatedStartTime,
	IReserveStub reserve
)
Parameters
- estimatedStartTime
 - Type: SystemDateTime
Approximate date and time of planned visit, used to divide different visits and remind staff to prepare table. - reserve
 - Type: Resto.Front.Api.Editors.StubsIReserveStub
Reserve to edit. 
See Also