Enum 1238 Extract From Date Type, source in 29
Source29
src/Layers/W1/BaseApp/System/DataExchange/ExtractFromDateType.Enum.al11 lines, Copyright (c) Microsoft Corporation. MIT
namespace System.IO;
enum 1238 "Extract From Date Type"
{
Extensible = true;
AssignmentCompatibility = true;
value(1; Date) { Caption = 'Day'; }
value(2; Month) { Caption = 'Month'; }
value(3; Year) { Caption = 'Year'; }
}