'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
public AppointmentList GetOccurrences( BaseObject groupOwner, string groupBy, DateTime start, DateTime end, bool 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.