RecurOptsDataSourceMonthsOfYear Property
This read-only property returns a data source containing the months of the year
Namespace: EWSoftware.PDIAssembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2023.1.2.0
public static IList MonthsOfYear { get; }
Public Shared ReadOnly Property MonthsOfYear As IList
Get
public:
static property IList^ MonthsOfYear {
IList^ get ();
}
static member MonthsOfYear : IList with get
Property Value
IListAn
IList interface reference suitable for data binding. The underlying object
is a
ListT containing a set of
ListItem objects.