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

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

Parameters

shippingDate
Type: SystemDateTime
The date of shipping.

Implements

IDeliveryBuilderSetShippingDate(DateTime)
See Also