ScheduleRuleGetNextRunTime 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 (9.0.0.1000)
Syntaxpublic Nullable<DateTime> GetNextRunTime()
Public Function GetNextRunTime As Nullable(Of DateTime)
public:
Nullable<DateTime> GetNextRunTime()
member GetNextRunTime : unit -> Nullable<DateTime>
Return Value
Type:
NullableDateTime
The next run time or the value of
if the schedule has ended and does not have any more occurrences.
See Also