HighResolutionTimestamp Explicit Conversion (HighResolutionTimestamp to DateTime) |
Explicit conversion operator to System.DateTime.
Namespace:
FIXForge.NET.FIX
Assembly:
FIXForge.NET.FIX.Engine-net-4.8_x64 (in FIXForge.NET.FIX.Engine-net-4.8_x64.dll) Version: 4.12.0.0
Syntax public static explicit operator DateTime (
HighResolutionTimestamp timestamp
)
Parameters
- timestamp
- Type: FIXForge.NET.FIX.HighResolutionTimestamp
Value to convert.
Return Value
Type:
DateTimeSystem.DateTime object constructed from HighResolutionTimestamp value.
See Also