Click or drag to resize
Infosoft Logo

InfoWebXMLWebServiceGetPreviousDistributionDate Method

Returns the previous 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? GetPreviousDistributionDate(
	string titleCode,
	DateTime? date
)

Parameters

titleCode  String
The code for the subscription title
date  NullableDateTime
Get the volume before supplied date (optional, defaults to current date if not given)

Return Value

NullableDateTime
DateTime object - previous distribution date
See Also