ITriggerEndTimeUtc Property

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

C#
Nullable<DateTimeOffset> EndTimeUtc { get; }

Property Value

Type: NullableDateTimeOffset
See Also

Reference