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

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

Parameters

shippingDate
Type: SystemDateTime
Date of shipping.
See Also