Click or drag to resize

Date Constructor (Long, Long, Long)

X#
Initializes a new instance of the Date class

Namespace:  XSharp
Assembly:  XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax
 CONSTRUCTOR(
	year AS LONG,
	month AS LONG,
	day AS LONG
)
Request Example View Source

Parameters

year
Type: Long
month
Type: Long
day
Type: Long
See Also