JobDataMap GetDateTimeOffsetValueFromString Method Quartz.NET API Documentation
Retrieve the identified DateTimeOffset value from the JobDataMap.

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

public virtual DateTimeOffset GetDateTimeOffsetValueFromString(
	string key
)

Parameters

key
Type: System String

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

Return Value

Type: DateTimeOffset

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

See Also