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