Recur Opts Data Source Class
This is a helper class use to create data sources for such controls as combo boxes, list boxes, etc. so
that the various recurrence options can be shown and modified with them. The descriptions are localized
and will be set according to the current culture.
Definition
Namespace: EWSoftware.PDI
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2025.1.9.0
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2025.1.9.0
C#
public static class RecurOptsDataSourceVB
Public NotInheritable Class RecurOptsDataSourceC++
public ref class RecurOptsDataSource abstract sealedF#
[<AbstractClassAttribute>]
[<SealedAttribute>]
type RecurOptsDataSource = class end- Inheritance
- Object RecurOptsDataSource
Properties
| DayOccurrences | This read-only property returns a data source containing DayOccurrence values |
| DayOfWeek | This read-only property returns a data source containing the days of the week based on DayOfWeek. |
| DaysOfWeek | 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. |
| MonthsOfYear | This read-only property returns a data source containing the months of the year |