RecurOptsDataSource 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: 2023.1.2.0
public static class RecurOptsDataSource
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

See Also