CronExpression GetTimeAfter Method Quartz.NET API Documentation
Gets the next fire time after the given time.

Namespace: Quartz
Assembly: Quartz (in Quartz.dll) Version: 2.2.1.400
Syntax

public virtual Nullable<DateTimeOffset> GetTimeAfter(
	DateTimeOffset afterTimeUtc
)

Parameters

afterTimeUtc
Type: System DateTimeOffset
The UTC time to start searching from.

Return Value

Type: Nullable DateTimeOffset 

[Missing <returns> documentation for "M:Quartz.CronExpression.GetTimeAfter(System.DateTimeOffset)"]

See Also