IMutableTriggerEndTimeUtc Property

Quartz.NET 3.0 API Documentation

Set the time at which the ITrigger should quit repeating - regardless of any remaining repeats (based on the trigger's particular repeat settings).

Namespace:  Quartz.Spi
Assembly:  Quartz (in Quartz.dll) Version: 3.0.0
Syntax

C#
Nullable<DateTimeOffset> EndTimeUtc { get; set; }

Property Value

Type: NullableDateTimeOffset

Implements

ITriggerEndTimeUtc
Remarks

See Also

Reference