QuartzScheduler RunningSince Property Quartz.NET API Documentation
Gets the running since.

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

public virtual Nullable<DateTimeOffset> RunningSince { get; }

Property Value

Type: Nullable DateTimeOffset 
The running since.

Implements

IRemotableQuartzScheduler RunningSince
See Also