Stitch.Database Documentation

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

Implicitly convert from a DateTime to a DBCell

public static implicit operator DBCell(
   DateTime dtValue
);

Parameters

dtValue
Value to convert

Return Value

DBCell

See Also

DBCell Class | Stitch.Database Namespace