Click or drag to resize

DbDate Constructor

X#
Initializes a new instance of the DbDate class

Namespace:  XSharp.RDD
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 CONSTRUCTOR(
	nYear AS LONG,
	nMonth AS LONG,
	nDay AS LONG
)
Request Example View Source

Parameters

nYear
Type: Long
nMonth
Type: Long
nDay
Type: Long
See Also