Click or drag to resize
DefaultDeliveryBuilderSetShippingDate Method
Sets date of shipping.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public void SetShippingDate(
	DateTime shippingDate
)

Parameters

shippingDate
Type: SystemDateTime
Date of shipping.

Implements

IDeliveryBuilderSetShippingDate(DateTime)
See Also