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; }
Public Property EndDate As DateTime?
Get
Set
public:
property Nullable<DateTime> EndDate {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
member EndDate : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTimeThe 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