JobDataMapGetDateTimeValue Method

Quartz.NET 3.0 API Documentation
Gets the date time.

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

C#
public virtual DateTime GetDateTimeValue(
	string key
)

Parameters

key
Type: SystemString
The key.

Return Value

Type: DateTime

[Missing <returns> documentation for "M:Quartz.JobDataMap.GetDateTimeValue(System.String)"]

See Also

Reference