Click or drag to resize

DtToC Function

X#
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
Request Example View Source

Parameters

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