Click or drag to resize

TaskTimeWeeklyContract Class

Scheduler time parameters for starting tasks by weekday.
Inheritance Hierarchy
SystemObject
  SOS.SDK.Contracts.SchedulingTaskTriggerContract
    SOS.SDK.Contracts.SchedulingTaskTimeBaseContract
      SOS.SDK.Contracts.SchedulingTaskTimeWeeklyContract

Namespace:  SOS.SDK.Contracts.Scheduling
Assembly:  SOS.SDK (in SOS.SDK.dll) Version: 7.6.1.5742
Syntax
C#
public sealed class TaskTimeWeeklyContract : TaskTimeBaseContract

The TaskTimeWeeklyContract type exposes the following members.

Constructors
  NameDescription
Public methodTaskTimeWeeklyContract
Initializes a new instance of the TaskTimeWeeklyContract class
Top
Properties
  NameDescription
Public propertyEndTime
The datetime for Task 'soft' finishing. Can be empty.
(Inherited from TaskTimeBaseContract.)
Public propertyStartTime
The datetime for Task starting.
(Inherited from TaskTimeBaseContract.)
Public propertyWeekdays
The day (or days) of week, when need to start scheduled task. Flag.
Public propertyWeeksInterval
The interval between scheduled tasks starts, weeks.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also