| DatabaseSqlDate Method (DateTime, Boolean) |
Namespace:
Dynamicweb.Data
Assembly:
Dynamicweb.Data (in Dynamicweb.Data.dll) Version: 3.0.3
Syntax public static string SqlDate(
DateTime dateTime,
bool skipTime
)
Public Shared Function SqlDate (
dateTime As DateTime,
skipTime As Boolean
) As String
Parameters
- dateTime
- Type: SystemDateTime
- skipTime
- Type: SystemBoolean
Return Value
Type:
StringSee Also