Click or drag to resize

TaskTimeHourlyContract Class

Scheduler time parameters for starting tasks by the interval of hours.
Inheritance Hierarchy
SystemObject
  SOS.SDK.Contracts.SchedulingTaskTriggerContract
    SOS.SDK.Contracts.SchedulingTaskTimeBaseContract
      SOS.SDK.Contracts.SchedulingTaskTimeHourlyContract

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

The TaskTimeHourlyContract type exposes the following members.

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