Click or drag to resize

TaskTimeMonthlyContract Class

Scheduler time parameters for starting tasks monthly at predefined fay number.
Inheritance Hierarchy
SystemObject
  SOS.SDK.Contracts.SchedulingTaskTriggerContract
    SOS.SDK.Contracts.SchedulingTaskTimeBaseContract
      SOS.SDK.Contracts.SchedulingTaskTimeMonthlyContract

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

The TaskTimeMonthlyContract type exposes the following members.

Constructors
  NameDescription
Public methodTaskTimeMonthlyContract
Initializes a new instance of the TaskTimeMonthlyContract class
Top
Properties
  NameDescription
Public propertyDayOfMonth
Number of month day.
Public propertyEndTime
The datetime for Task 'soft' finishing. Can be empty.
(Inherited from TaskTimeBaseContract.)
Public propertyMonths
Selected months for schedule
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