Click or drag to resize

IEditSessionChangeDeliveryConfirmTime Method

Changes delivery confirmation state and time.

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

Parameters

confirmTime  NullableDateTime
Confirmation time or null if delivery is unconfirmed.
order  IDeliveryOrderStub
Order to change time.
See Also