Version

GetCalculator Method

Gets the recurrence calculator for calculating recurring date-time values based on the specified recurrence information.
Syntax
'Declaration
 
Public MustOverride Function GetCalculator( _
   ByVal info As RecurrenceInfo _
) As DateRecurrenceCalculatorBase
public abstract DateRecurrenceCalculatorBase GetCalculator( 
   RecurrenceInfo info
)

Parameters

info
Contains recurrence information.

Return Value

Calculator that will be used to calculate recurring date-time values.
Remarks

Note that when the recurrence associated with the specified 'info' changes, this method will be called again to re-get the calculator.

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