ITrigger EndTimeUtc Property Quartz.NET API Documentation
Gets and sets the date/time on which the trigger must stop firing. This defines the final boundary for trigger firings 舒 the trigger will not fire after to this date and time. If this value is null, no end time boundary is assumed, and the trigger can continue indefinitely.

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

Nullable<DateTimeOffset> EndTimeUtc { get; }

Property Value

Type: Nullable DateTimeOffset 
See Also