Date Constructor (DWord, DWord, DWord) | |
Initializes a new instance of the
Date class
Namespace:
XSharp
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.21
Syntax CONSTRUCTOR(
year AS DWORD,
month AS DWORD,
day AS DWORD
)
public Date(
uint year,
uint month,
uint day
)
Request Example
View SourceParameters
- year
- Type: DWord
- month
- Type: DWord
- day
- Type: DWord
See Also