Functions.DtToC 方法 | |
Convert a DateTime to a string.
命名空间:
XSharp.Core
程序集:
XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法 FUNCTION DtToC(
d AS DateTime
) AS STRING
public static string DtToC(
DateTime d
)
查看代码参数
- d
- 类型:DateTime
The DateTime to be converted.
返回值
类型:
String
A string representation of the given Date, formatted in the current Date format.
参见