Click or drag to resize

IEditSessionChangeDeliveryConfirmTime 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: SystemNullableDateTime
Confirmation time
order
Type: Resto.Front.Api.Editors.StubsIDeliveryOrderStub
Order to change time.
See Also