Version

RecurrenceCalculatorFactory Property (ScheduleDataConnectorBase)

Gets the recurrence calculator factory used to provide recurrence calculation logic.
Syntax
'Declaration
 
Public Property RecurrenceCalculatorFactory As RecurrenceCalculatorFactoryBase
public RecurrenceCalculatorFactoryBase RecurrenceCalculatorFactory {get; set;}
Remarks

Note that this is used by the XamScheduleDataManager to evaluate recurrences specified on DaySettingsOverride objects. It's not used by the XamScheduleDataManager to resolve activity recurrences since activity recurrences are resolved by the schedule data connector itself.

A connector may have its own logic for resolving activity recurences and may not necessarily use this recurrence calculator factory for activity recurrence resolution. Note that ListScheduleDataConnector does utilize this to resolve activity recurrences.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also