Click or drag to resize

IFindAppointments Method

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
Syntax
IAppointments Appointments(
	int assoc,
	DateTime FromDate,
	DateTime ToDate
)

Parameters

assoc
Type: SystemInt32
FromDate
Type: SystemDateTime
ToDate
Type: SystemDateTime

Return Value

Type: IAppointments
See Also