Click or drag to resize
Infosoft Logo

InfoWebXMLWebServiceGetNextDistributionDateBasedOnDate Method

Returns the next distribution date based on the given date.

Namespace: Infosoft.Webservices
Assembly: Infosoft.Webservices (in Infosoft.Webservices.dll) Version: 4.00.0.0
Syntax
public DateTime? GetNextDistributionDateBasedOnDate(
	string titleCode,
	DateTime? date
)

Parameters

titleCode  String
The code for the subscription title
date  NullableDateTime
Optional date to search from, if missing todays date will be used

Return Value

NullableDateTime
Next distribution date relative to input date
See Also