IDbAccessorGetTimeSpanFromDbValue Method

Quartz.NET 3.0 API Documentation
Gets the time span value from db presentation. Subclasses can overwrite this behaviour.

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

C#
Nullable<TimeSpan> GetTimeSpanFromDbValue(
	Object columnValue
)

Parameters

columnValue
Type: SystemObject
Value to map from database.

Return Value

Type: NullableTimeSpan

[Missing <returns> documentation for "M:Quartz.Impl.AdoJobStore.IDbAccessor.GetTimeSpanFromDbValue(System.Object)"]

See Also

Reference