Recur Opts Data SourceDay Of Week Property
This read-only property returns a data source containing the days of the week based on
DayOfWeek.
Definition
Namespace: EWSoftware.PDI
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2025.1.9.0
An IList interface reference suitable for data binding. The underlying object is a ListT containing a set of ListItem objects.
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2025.1.9.0
C#
public static IList DayOfWeek { get; }VB
Public Shared ReadOnly Property DayOfWeek As IList
GetC++
public:
static property IList^ DayOfWeek {
IList^ get ();
}F#
static member DayOfWeek : IList with getProperty Value
IListAn IList interface reference suitable for data binding. The underlying object is a ListT containing a set of ListItem objects.