DbDate Constructor | |
Initializes a new instance of the
DbDate class
Namespace:
XSharp.RDD
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.21
Syntax CONSTRUCTOR(
nYear AS LONG,
nMonth AS LONG,
nDay AS LONG
)
public DbDate(
int nYear,
int nMonth,
int nDay
)
Request Example
View SourceParameters
- nYear
- Type: Long
- nMonth
- Type: Long
- nDay
- Type: Long
See Also