DbmsNativeSqlFormatDateTime Method (DateTime) |
Pattern used to build datetime conversion function
Namespace:
WorkflowGen.My.Data
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.0.0.0 (8.0.0.0)
Syntax public string FormatDateTime(
DateTime date
)
Public Function FormatDateTime (
date As DateTime
) As String
Parameters
- date
- Type: SystemDateTime
DateTime value to format
Return Value
Type:
StringSee Also