PeriodicityDayActivated Method

Indicates based on the date if the day is activated.

Definition

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

Parameters

date  DateTime
DateTime with the date.

Return Value

Boolean
if the day is activated; otherwise, .

See Also