点击或拖拽改变大小

DbDate 构造函数

X#
初始化 DbDate 类的一个新实例

命名空间:  XSharp.RDD
程序集:  XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法
 CONSTRUCTOR(
	nYear AS LONG,
	nMonth AS LONG,
	nDay AS LONG
)
查看代码

参数

nYear
类型:Int32
nMonth
类型:Int32
nDay
类型:Int32
参见