Click or drag to resize

IEditSession.ChangeDeliveryConfirmTime Method

Change when the order was confirmed.

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

Parameters

confirmTime
Type: System.Nullable<DateTime>
Confirmation time
order
Type: Resto.Front.Api.Editors.Stubs.IDeliveryOrderStub
Order to change time.
See Also