Click or drag to resize

IEditSessionSetDeliveryCloseTime Method

Changes delivery closing status and time.

Namespace: Resto.Front.Api.Editors
Assembly: Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
void SetDeliveryCloseTime(
	DateTime? closeTime,
	IDeliveryOrderStub order
)

Parameters

closeTime  NullableDateTime
Close time to change delivery status from Delivered to Closed or null to return the delivery from the Closed status back to the Delivered status.
order  IDeliveryOrderStub
Order to change status and time.
See Also