DtToC Function | |
Convert a DateTime to a string.
Namespace:
XSharp.Core
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax FUNCTION DtToC(
d AS DateTime
) AS STRING
public static string DtToC(
DateTime d
)
Request Example
View SourceParameters
- d
- Type: DateTime
The DateTime to be converted.
Return Value
Type:
String
A string representation of the given Date, formatted in the current Date format.
See Also