Table of Contents

Class ScheduleMonthly

Namespace
Skyline.DataMiner.Core.Scheduler.Automation
Assembly
Skyline.DataMiner.Core.Scheduler.Automation.dll

Holds Schedule Monthly Repeat Process Data.

public class ScheduleMonthly : ISchedulerRepeatProcess
Inheritance
ScheduleMonthly
Implements
Extension Methods

Constructors

ScheduleMonthly(DateTime, List<Months>, List<int>, int, int, DateTime)

Initializes a new instance of the ScheduleMonthly class. Creates a Schedule Monthly Repetition Process.

Properties

MaxRepeats

Gets or sets how many times the task will be executed before finishing.

MinutesRepeatInterval

Gets or sets the interval of minutes before executing the Scheduler Task again ('Repeated Every x Minutes').

RepeatType

Gets or sets the Repetition Type (Once, Daily, Weekly or Monthly).

RunInterval

Gets or sets the Run Interval of the Tasks regarding the selected 'Repeated Every x Minutes', Week Days and Months.

TaskEndDate

Gets or sets the End Date Time of the Scheduler Task.

TaskStartDate

Gets or sets the Start Date Time of the Scheduler Task.