London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Enum ScheduledIntervalType

Scheduling intervals

Namespace: EPiServer.DataAbstraction
Assembly: EPiServer.dll
Version: 10.10.4
Syntax
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.

Extension Methods