Click or drag to resize

DateTimeExUtcDateTime Property

Gets the underlying date time object, translated to UTC.

Namespace:  com.espertech.esper.compat
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public DateTimeOffset UtcDateTime { get; }

Property Value

Type: DateTimeOffset
The UTC date time.
See Also