Date Conversion (DWord 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 (
dw AS DWORD
) AS DATE
public static explicit operator Date (
uint dw
)
Request Example
View SourceParameters
- dw
- Type: DWord
Return Value
Type:
DateSee Also