forwardEquality Operator    Table of ContentInequality Operator forward
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
C#
public static explicit operator DateTime (
	HighResolutionTimestamp timestamp
)

Parameters

timestamp
Type: FIXForge.NET.FIX.HighResolutionTimestamp
Value to convert.

Return Value

Type: DateTime
System.DateTime object constructed from HighResolutionTimestamp value.
See Also