Click or drag to resize

FieldKernelDateSQL Method

Generate the locale-neutral string for a date/time value (form is yyyy-MM-dd HH:mm:ss).

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected string DateSQL(
	DateTime dt
)

Parameters

dt
Type: SystemDateTime
The date/time for which to generate the string.

Return Value

Type: String
The locale-neutral date/time string.
See Also