Timer Properties |
The Timer type exposes the following members.
| Name | Description | |
|---|---|---|
| ChangedBy | ||
| ChangeTime | ||
| CreatedBy | ||
| CreateTime | ||
| DataVersion | ||
| Description |
Contains a description based on the settings of the timer
| |
| Disabled | ||
| DisplayName |
Get the displayname of the timer which is in the format {Name} - {Description} (If a name is specified)
| |
| EndDate |
Only used if EndOn = EndDate
| |
| EndOn |
Does the timer have an end date?
| |
| HourPatternEnd |
HourPatternEnd is only used if RepeatPattern is either Minutely or Hourly.
| |
| HourPatternStart |
HourPatternStart is only used if RepeatPattern is either Minutely or Hourly.
| |
| Id | ||
| MonthPatternDay | ||
| MonthPatternDayNum | ||
| MonthPatternModifier | ||
| MonthPatternType |
Enum for patterntype of monthly timer
| |
| Name |
Name of the timer
| |
| Number | ||
| RepeatFactor |
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)
| |
| RepeatPattern |
Repeat pattern for the timer
| |
| StartDate |
Start date as interval is in UTC time.
The time part of the start date indicates when the timer is executed (unless RepeatPatter="Hourly")
| |
| UId | ||
| WeekPatternDays |
Enum for patterntype of week days
| |
| WorkWeekId |
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.
|