ServicePRO SDK Help

ICoreServices..::..GetAppointments Method

Namespace:  ServicePRO.Sdk.Windows.Definitions
Assembly:  ServicePRO.Sdk.Windows (in ServicePRO.Sdk.Windows.dll)

Syntax


[OperationContractAttribute]
ObservableCollection<stcAppointment> GetAppointments(
	string userSessionKey,
	DateTime startDate,
	DateTime endDate
)
<OperationContractAttribute> _
Function GetAppointments ( _
	userSessionKey As String, _
	startDate As DateTime, _
	endDate As DateTime _
) As ObservableCollection(Of stcAppointment)

Parameters

userSessionKey
Type: String
startDate
Type: DateTime
endDate
Type: DateTime