EdgeEvent.EndTime Property

Gets or sets the end time of the event. This value is ignored if this is a Start edge event.

Namespace:  Microsoft.ComplexEventProcessing
Assembly:  Microsoft.ComplexEventProcessing (in Microsoft.ComplexEventProcessing.dll)

Syntax

public DateTimeOffset EndTime { get; set; }

Property Value

Type: System.DateTimeOffset
The end time of the event.

Remarks

In the temporal model of StreamInsight, event start times are inclusive, whereas end times are exclusive.

See Also

Reference

EdgeEvent Class

Microsoft.ComplexEventProcessing Namespace