Click or drag to resize

TaskTimeDailyContract Class

Scheduler time parameters for starting tasks by interval between days.
Inheritance Hierarchy
SystemObject
  SOS.SDK.Contracts.SchedulingTaskTriggerContract
    SOS.SDK.Contracts.SchedulingTaskTimeBaseContract
      SOS.SDK.Contracts.SchedulingTaskTimeDailyContract

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

The TaskTimeDailyContract type exposes the following members.

Constructors
  NameDescription
Public methodTaskTimeDailyContract
Initializes a new instance of the TaskTimeDailyContract class
Top
Properties
  NameDescription
Public propertyDaysInterval
Interval between task starting, days.
Public propertyEndTime
The datetime for Task 'soft' finishing. Can be empty.
(Inherited from TaskTimeBaseContract.)
Public propertyStartTime
The datetime for Task starting.
(Inherited from TaskTimeBaseContract.)
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