Date Conversion (Date to DateTime) | |
This operator 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 IMPLICIT (
v AS DATE
) AS DateTime
public static implicit operator DateTime (
Date v
)
Request Example
View SourceParameters
- v
- Type: Date
Return Value
Type:
DateTimeSee Also