PeriodicityNextDate Method

Gets the next date based on the configuration settings.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public DateTime NextDate(
	DateTime date
)

Parameters

date  DateTime
DateTime with the date.

Return Value

DateTime
DateTime with the next date based on the configuration settings.

See Also