Open this page in the API Guide

ScheduleRule.GetNextRunTime Method

Gets the schedule's next run time based on StartTime.

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? GetNextRunTime()

Return Value

Type: Nullable<DateTime>
The next run time or the value of null if the schedule has ended and does not have any more occurrences.
Exceptions
ExceptionCondition
TimeoutExceptionThe next run time calculation has timed out.
See Also