IDbAccessorGetDbTimeSpanValue Method

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

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

C#
Object GetDbTimeSpanValue(
	Nullable<TimeSpan> timeSpanValue
)

Parameters

timeSpanValue
Type: SystemNullableTimeSpan
Value to map to database.

Return Value

Type: Object

[Missing <returns> documentation for "M:Quartz.Impl.AdoJobStore.IDbAccessor.GetDbTimeSpanValue(System.Nullable{System.TimeSpan})"]

See Also

Reference