JobDataMapPutAsString Method (String, TimeSpan)

Quartz.NET 3.0 API Documentation
Adds the given TimeSpan value as a string version to the IJob's data map.

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

C#
public virtual void PutAsString(
	string key,
	TimeSpan value
)

Parameters

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:Quartz.JobDataMap.PutAsString(System.String,System.TimeSpan)"]

value
Type: SystemTimeSpan

[Missing <param name="value"/> documentation for "M:Quartz.JobDataMap.PutAsString(System.String,System.TimeSpan)"]

See Also

Reference