Click or drag to resize

TaskTimeMonthlyDowContract Class

Scheduler time parameters for starting tasks monthly at predefined weekday.
Inheritance Hierarchy
SystemObject
  SOS.SDK.Contracts.SchedulingTaskTriggerContract
    SOS.SDK.Contracts.SchedulingTaskTimeBaseContract
      SOS.SDK.Contracts.SchedulingTaskTimeMonthlyDowContract

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

The TaskTimeMonthlyDowContract type exposes the following members.

Constructors
  NameDescription
Public methodTaskTimeMonthlyDowContract
Initializes a new instance of the TaskTimeMonthlyDowContract class
Top
Properties
  NameDescription
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.)
Public propertyWeekday
The days of week to start task.
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