Share via


DayMonthYear 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.

Represents the time unit.

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

Syntax

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

Members

Member name Description
Day The time is measured in days.
Month The time is measured in months.
Year The time is measured in years.

Remarks

Maps to the RetailDayMonthYear enum in AX.

See Also

Reference

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace