TriggerBuilderEndAt Method

Quartz.NET 3.0 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: 3.0.0
Syntax

C#
public TriggerBuilder EndAt(
	Nullable<DateTimeOffset> endTimeUtc
)

Parameters

endTimeUtc
Type: SystemNullableDateTimeOffset
the end time for the Trigger. If null, the end time is indefinite.

Return Value

Type: TriggerBuilder
the updated TriggerBuilder
Remarks

See Also

Reference