Version

FetchRecurrencesContext Constructor(Resource,SmartDate,SmartDate,IList)

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, _
   ByVal recurrenceList As IList _
)
public FetchRecurrencesContext( 
   Resource resource,
   SmartDate frameIntervalStart,
   SmartDate frameIntervalEnd,
   IList recurrenceList
)

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.
recurrenceList
An optional IList collection to which the retrieved Recurrence objects will be added.
Remarks

If you have a list of pre-existing Recurrence objects to which you want to add recurrence information for a different resource or frame interval date range, then you must supply your pre-existing list by using the recurrenceList argument.

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