Click or drag to resize
CalculationRequestCalculationDate Property
Date and time when discounts and taxes are to be valid.
Remarks
For most price calculations, the value is equal to the current time. When calculating prices for existing orders, the values is equal to the date and time when the order was created.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public DateTime CalculationDate { get; set; }

Property Value

Type: DateTime
See Also