TriggerBuilder EndAt Method Quartz.NET API Documentation
Set the time at which the Trigger will no longer fire - even if it's schedule has remaining repeats.

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

public TriggerBuilder EndAt(
	Nullable<DateTimeOffset> endTimeUtc
)

Parameters

endTimeUtc
Type: System Nullable DateTimeOffset 
the end time for the Trigger. If null, the end time is indefinite.

Return Value

Type: TriggerBuilder
the updated TriggerBuilder
Remarks

See Also