Click or drag to resize

Timer Properties

The Timer type exposes the following members.

Properties
  NameDescription
Public propertyChangedBy
Public propertyChangeTime
Public propertyCreatedBy
Public propertyCreateTime
Public propertyDataVersion
Public propertyDescription
Contains a description based on the settings of the timer
Public propertyDisabled
Public propertyDisplayName
Get the displayname of the timer which is in the format {Name} - {Description} (If a name is specified)
Public propertyEndDate
Only used if EndOn = EndDate
Public propertyEndOn
Does the timer have an end date?
Public propertyHourPatternEnd
HourPatternEnd is only used if RepeatPattern is either Minutely or Hourly.
Public propertyHourPatternStart
HourPatternStart is only used if RepeatPattern is either Minutely or Hourly.
Public propertyId
Public propertyMonthPatternDay
Public propertyMonthPatternDayNum
Public propertyMonthPatternModifier
Public propertyMonthPatternType
Enum for patterntype of monthly timer
Public propertyName
Name of the timer
Public propertyNumber
Public propertyRepeatFactor
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)
Public propertyRepeatPattern
Repeat pattern for the timer
Public propertyStartDate
Start date as interval is in UTC time. The time part of the start date indicates when the timer is executed (unless RepeatPatter="Hourly")
Public propertyUId
Public propertyWeekPatternDays
Enum for patterntype of week days
Public propertyWorkWeekId
Indicates the id of a possible workweek which the the timer uses. If specified, the timer is performed only within workhours Can only be used if the RepeatPattern is either: Minutely, Hourly or Daily. Can be 0.
Top
See Also