Manager..::..CheckExpiringLicences Method

Checks for expiring licences - if no valid licence for the resourceID is found on the specified licence date, the number of days until the last valid licence expires is returned

Namespace:  JiwaFinancials.Jiwa.JiwaApplication
Assembly:  JiwaApplication (in JiwaApplication.dll)

Syntax


public int CheckExpiringLicences(
	string ResourceID,
	DateTime LicenceDate
)
Public Function CheckExpiringLicences ( _
	ResourceID As String, _
	LicenceDate As DateTime _
) As Integer
public:
int^ CheckExpiringLicences(
	String^ ResourceID, 
	DateTime^ LicenceDate
)

Parameters

ResourceID
Type: String
The resource identifier.
LicenceDate
Type: DateTime
The licence date.

Return Value

The number of days until all valid licences expires