StdAdoDelegateGetDateTimeFromDbValue Method

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

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

C#
public virtual Nullable<DateTimeOffset> GetDateTimeFromDbValue(
	Object columnValue
)

Parameters

columnValue
Type: SystemObject
Value to map from database.

Return Value

Type: NullableDateTimeOffset

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

Implements

IDbAccessorGetDateTimeFromDbValue(Object)
See Also

Reference