Click or drag to resize
Infosoft Logo

InfoWebXMLWebServiceGetDistributionDate 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? GetDistributionDate(
	string titleCode,
	DateTime? date
)

Parameters

titleCode  String
The code for the subscription title
date  NullableDateTime
Get the first volume from given date (included the date it self) - if none is given today is used

Return Value

NullableDateTime
DateTime object - distribution date
See Also