点击或拖拽改变大小

Functions.SToDt 方法

X#
Convert an Date string to DateTime

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

参数

cDate
类型:String

返回值

类型:DateTime
cDate 中指定数字对应的日期值。
如果 cDate 不是有效日期,CToD() 返回 NULL_DATE。
参见