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