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.Retail.SharePoint.Web.Services.ViewModel
Assembly: Microsoft.Dynamics.Retail.SP.Web.Services (in Microsoft.Dynamics.Retail.SP.Web.Services.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.Retail.SharePoint.Web.Services.ViewModel Namespace