PeriodicityDayActivated Method
Indicates based on the date if the day is activated.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public bool DayActivated(
DateTime date
)
Public Function DayActivated (
date As DateTime
) As Boolean
- date DateTime
- DateTime with the date.
Boolean if the day is activated; otherwise,
.