Click or drag to resize

SubscriptionCalculateNextRenewalDate Method (DateTime)

Calculates the next renewal date from the starting date.

Namespace:  Atomia.Billing.Core.Sdk.BusinessObjects
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public DateTime CalculateNextRenewalDate(
	DateTime startDate
)

Parameters

startDate
Type: SystemDateTime
The start date.

Return Value

Type: DateTime
Next renewal date.
See Also