Click or drag to resize

IEditSessionChangeDeliveryExpectedDeliverTime Method

Change time when client wants the order to be delivered

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

Parameters

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