ScheduleRuleEndDate Property

Gets or sets the end date for the schedule.

Namespace:  Dundas.BI.Scheduling
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public DateTime? EndDate { get; set; }

Property Value

Type: NullableDateTime
The end date.
Remarks
A schedule can be optionally defined with an end date, after which it won't run. This property is only considered when EndPolicy is set to SpecificDate.
See Also