RecurOptsDataSourceDaysOfWeek Property
This read-only property returns a data source containing the days of the week based on
DaysOfWeek. This includes entries for Weekdays, Weekends, and Every Day.
Namespace: EWSoftware.PDIAssembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2023.1.2.0
public static IList DaysOfWeek { get; }
Public Shared ReadOnly Property DaysOfWeek As IList
Get
public:
static property IList^ DaysOfWeek {
IList^ get ();
}
static member DaysOfWeek : 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.