点击或拖拽改变大小

Functions.DtToC 方法

X#
Convert a DateTime to a string.

命名空间:  XSharp.Core
程序集:  XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法
 FUNCTION DtToC(
	d AS DateTime
) AS STRING
查看代码

参数

d
类型:DateTime
The DateTime to be converted.

返回值

类型:String
A string representation of the given Date, formatted in the current Date format.
参见