FiredTriggerRecordFireTimestamp Property

Quartz.NET 3.0 API Documentation
Gets or sets the fire timestamp.

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

C#
public virtual DateTimeOffset FireTimestamp { get; set; }

Property Value

Type: DateTimeOffset
The fire timestamp.
See Also

Reference