Click or drag to resize

Date Constructor (DWord, DWord, DWord)

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 DWORD,
	month AS DWORD,
	day AS DWORD
)
Request Example View Source

Parameters

year
Type: DWord
month
Type: DWord
day
Type: DWord
See Also