Recognized Data Field Types

in the DataFieldMetadata class there are static variables associated with different datatypes. I am using MS SQL server which only has datetime, I am trying to add a DateTime field to the metadata of an edge but the DataFieldFactory says this is an unsupported data type. did this just slip through or is there no difference between Date and DateTime

Hello !

Clover has only Date field implemented as it can accomodate both date&time information (with second precision).

If you have your DB table field defined as datetime, then use Clover’s DATE field type and you should be able to get the time info too.