Service..::..GetChangedDebtors Method

Namespace:  JiwaFinancials.Jiwa.JiwaWebService.WCF
Assembly:  JiwaWebService (in JiwaWebService.exe)

Syntax


public List<Debtor> GetChangedDebtors(
	DateTime StartDate
)
Public Function GetChangedDebtors ( _
	StartDate As DateTime _
) As List(Of Debtor)
public:
List<Debtor^>^ GetChangedDebtors(
	DateTime^ StartDate
)

Parameters

StartDate
Type: DateTime