Date Conversion (Date to Long) | |
This converter is used in code generated by the compiler when needed.
Namespace:
XSharp
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax STATIC OPERATOR EXPLICIT (
dValue AS DATE
) AS LONG
public static explicit operator int (
Date dValue
)
Request Example
View SourceParameters
- dValue
- Type: Date
Return Value
Type:
LongSee Also