Version

GetAppointmentsInRange Method (AppointmentRecurrence)

Returns a collection of the occurrences which are generated by this AppointmentRecurrence between the specified rangeStart and rangeEnd.
Syntax
'Declaration
 
Public Function GetAppointmentsInRange( _
   ByVal rangeStart As Date, _
   ByVal rangeEnd As Date _
) As ReadOnlyAppointmentsCollection
public ReadOnlyAppointmentsCollection GetAppointmentsInRange( 
   DateTime rangeStart,
   DateTime rangeEnd
)

Parameters

rangeStart
The beginning of the date/time range.
rangeEnd
The end of the date/time range.

Return Value

A ReadOnlyAppointmentsCollection instance which contains the occurrences which fall within the specified range.
Requirements

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