Scheduler for WinRT
GetOccurrences(BaseObject,String,DateTime,DateTime,Boolean) Method


The BaseObject object determining the appointment group.
The System.String value determining the type of grouping.
The System.DateTime value which specifies the start date and time of the interval.
The System.DateTime value which specifies the end date and time of the interval.
The System.Boolean value determining whether to include private appointments.
Retrieves the AppointmentList object which contains the full list of Appointment objects in the specified time interval.
Syntax
'Declaration
 
Public Overloads Function GetOccurrences( _
   ByVal groupOwner As BaseObject, _
   ByVal groupBy As String, _
   ByVal start As Date, _
   ByVal end As Date, _
   ByVal includePrivateAppointments As Boolean _
) As AppointmentList
'Usage
 
Dim instance As AppointmentCollection
Dim groupOwner As BaseObject
Dim groupBy As String
Dim start As Date
Dim end As Date
Dim includePrivateAppointments As Boolean
Dim value As AppointmentList
 
value = instance.GetOccurrences(groupOwner, groupBy, start, end, includePrivateAppointments)

Parameters

groupOwner
The BaseObject object determining the appointment group.
groupBy
The System.String value determining the type of grouping.
start
The System.DateTime value which specifies the start date and time of the interval.
end
The System.DateTime value which specifies the end date and time of the interval.
includePrivateAppointments
The System.Boolean value determining whether to include private appointments.

Return Value

The AppointmentList object.
Remarks
This method will create instances of the Appointment object for recurring appointments if they haven't been created yet.
Requirements

Target Platforms: 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

Reference

AppointmentCollection Class
AppointmentCollection Members
Overload List

 

 


Copyright (c) GrapeCity, inc. All rights reserved.