Version

FetchRecurrencesContext Constructor(Resource,SmartDate,SmartDate)

Creates a data context for performing a fetch of recurrence information from the data provider.
Syntax
'Declaration
 
Public Function New( _
   ByVal resource As Resource, _
   ByVal frameIntervalStart As SmartDate, _
   ByVal frameIntervalEnd As SmartDate _
)
public FetchRecurrencesContext( 
   Resource resource,
   SmartDate frameIntervalStart,
   SmartDate frameIntervalEnd
)

Parameters

resource
The organizing resource of activities for which recurrence information is being requested.
frameIntervalStart
Recurrences ending before this date are not of interest and therefore will be excluded from the results.
frameIntervalEnd
Recurrences starting after this date are not of interest and therefore will be excluded from the results.
Remarks

This overload does not take an external collection. Callers may read the Recurrences property when the fetch operation completes to access retrieved recurrence data.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, 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