DateValidationType Enumeration

Important

This content is archived and is not being updated. For the latest documentation, see Microsoft Dynamics 365 product documentation. For the latest release plans, see Dynamics 365 and Microsoft Power Platform release plans.

Indicates whether the discount/promotion validation period is standard (i.e. date range) or advanced (i.e. periodic validity periods).

Namespace:  Microsoft.Dynamics.Commerce.Runtime.DataModel
Assembly:  Microsoft.Dynamics.Commerce.Runtime.Entities (in Microsoft.Dynamics.Commerce.Runtime.Entities.dll)

Syntax

'Declaration
Public Enumeration DateValidationType
'Usage
Dim instance As DateValidationType
public enum DateValidationType
public enum class DateValidationType

Members

Member name Description
Advanced Advanced periodic date validation which includes days and times.
Standard Standard periodic date validation which only include to/from date.

Remarks

Maps to RetailDateValidationTypeBase enum in AX.

See Also

Reference

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace