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