Click or drag to resize

TimerRepeatFactor Property

How often should the timer be repeated? Example: Hvis RepeatFactor = 3 and RepeatPattern="Weekly", the timer is executed every third week (on the week days specified in WeekPatternDays)

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public int RepeatFactor { get; set; }

Property Value

Type: Int32
See Also