Find collection of Appointments for a particular associate between two dates
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxIAppointments Appointments(
int assoc,
DateTime FromDate,
DateTime ToDate
)
Function Appointments (
assoc As Integer,
FromDate As DateTime,
ToDate As DateTime
) As IAppointments
Dim instance As IFind
Dim assoc As Integer
Dim FromDate As DateTime
Dim ToDate As DateTime
Dim returnValue As IAppointments
returnValue = instance.Appointments(assoc,
FromDate, ToDate)
IAppointments^ Appointments(
[InAttribute] int assoc,
[InAttribute] DateTime FromDate,
[InAttribute] DateTime ToDate
)
Parameters
- assoc
- Type: SystemInt32
- FromDate
- Type: SystemDateTime
- ToDate
- Type: SystemDateTime
Return Value
Type:
IAppointments
See Also