Click or drag to resize
DiscountsParametersDueDate Property
Date and time when discounts are to be valid. Date is irrelevant when null.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public Nullable<DateTime> DueDate { get; set; }

Property Value

Type: NullableDateTime
See Also