Stitch.Database Documentation

DBCell Implicit Stitch.Database.DBCell to System.DateTime Conversion 

Implicitly convert from DBCell to a DateTime.

public static implicit operator DateTime(
   DBCell dbcValue
);

Parameters

dbcValue
Value to convert

Return Value

DateTime

See Also

DBCell Class | Stitch.Database Namespace