Click or drag to resize

IEditSessionChangeDeliveryExpectedDeliverTime Method

Change time when client wants the order to be delivered.

Namespace:  Resto.Front.Api.Editors
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
void ChangeDeliveryExpectedDeliverTime(
	DateTime expectedDeliverTime,
	IDeliveryOrderStub order
)

Parameters

expectedDeliverTime
Type: SystemDateTime
Expected deliver time
order
Type: Resto.Front.Api.Editors.StubsIDeliveryOrderStub
Order to change
See Also