Open this page in the API Guide

ScheduleRule.RecurrenceEndTime Property

Gets or sets the recurrence end time.

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

Property Value

Type: Nullable<DateTime>
The recurrence end time.
Remarks
This property is only considered when HasRecurrence and IsRecurrencePattern are both set to true. The date component of this valid is ignored; only the time component is used.
See Also