Settings for the frequency of time rule execution.

Namespace: ININ.IceLib.Configuration.Dialer.DataTypes
Assembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)

Syntax

C#
public enum TimeRuleMode
Visual Basic
Public Enumeration TimeRuleMode

Members

Member nameValueDescription
Daily0Run the rule daily.
ByDay1Run the rule on certain days of the week.
ByDate2Run the rule once on a specific date.
Interval3Run the rule at specific time intervals.
ByTimer4Run the sequence after the interval has passed.

See Also