Schedule Class

The schedule definition.
Inheritance Hierarchy
SystemObject
  Dundas.BI.SchedulingSchedule

Namespace:  Dundas.BI.Scheduling
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public class Schedule

The Schedule type exposes the following members.

Properties
  NameDescription
Public propertyDescription
Gets a description of the schedule formatted using the culture and time zone associated with the caller.
Public propertyId
Gets the ID.
Public propertyIsEnabled
Gets or sets a value indicating whether this schedule is enabled.
Public propertyModifiedTime
Gets the modified time.
Public propertyNextRunTime
Gets the next run time.
Public propertyScheduleRule
Gets or sets the schedule rule.
Public propertyStatus
Gets the status.
Top
Methods
  NameDescription
Public methodGenerateDescription
Gets a description of the schedule formatted using the specified culture and time zone.
Public methodUpdateNextRunTime
Updates the next run time.
Top
See Also