Syntax
| SQL.DateValue(DateTime[, DenyTimePart][, UseMinTimeValue][, useMaxTimeValue])
| ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Description
| Formats a date in SQL text, including parameterizable time values.
| ||||||||||
See Also
| |||||||||||
Example
| Sub Main() MsgBox SQL.DateValue(Now(), , , True) ' 2011-09-09 23:59:59.999 End Sub | ||||||||||