Class AutomationTask.TaskScheduleSettings
Represents the sandbox settings.
Inherited Members
Namespace: DataWeb.Automation
Assembly: DataWeb.Core.dll
Syntax
public class AutomationTask.TaskScheduleSettings
Properties
DateEnd
Gets or sets the end date of the task.
Declaration
public DateTimeOffset? DateEnd { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
DateStart
Gets or sets the start date of the task.
Declaration
public DateTimeOffset? DateStart { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
ScheduleMode
Gets or sets the schedule mode.
Declaration
public string ScheduleMode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ScheduleTimeSlot
Gets or sets the schedule time slot.
Declaration
public string ScheduleTimeSlot { get; set; }
Property Value
| Type | Description |
|---|---|
| string |