StringKeyDirtyFlagMap GetTimeSpan Method Quartz.NET API Documentation
Retrieve the identified TimeSpan value from the JobDataMap.

Namespace: Quartz.Util
Assembly: Quartz (in Quartz.dll) Version: 2.2.4.0
Syntax

public virtual TimeSpan GetTimeSpan(
	string key
)

Parameters

key
Type: System String

[Missing <param name="key"/> documentation for "M:Quartz.Util.StringKeyDirtyFlagMap.GetTimeSpan(System.String)"]

Return Value

Type: TimeSpan

[Missing <returns> documentation for "M:Quartz.Util.StringKeyDirtyFlagMap.GetTimeSpan(System.String)"]

See Also