ServicePRO SDK Help

CoreServicesClient..::..GetAppointments Method

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

Syntax


public ObservableCollection<stcAppointment> GetAppointments(
	string userSessionKey,
	DateTime startDate,
	DateTime endDate
)
Public 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