Enum ScheduledIntervalType
Scheduling intervals
Namespace: EPiServer.DataAbstraction
Assembly: EPiServer.dll
Version: 10.10.4Syntax
public enum ScheduledIntervalType
Fields
Name | Description |
---|---|
Days | Specifies that scheduled interval unit is days. |
Hours | Specifies that scheduled interval unit is hours. |
Minutes | Specifies that scheduled interval unit is minutes. |
Months | Specifies that scheduled interval unit is months. |
None | Represents an undefined schedule interval |
Seconds | Specifies that scheduled interval unit is seconds. |
Weeks | Specifies that scheduled interval unit is weeks. |
Years | Specifies that scheduled interval unit is years. |