IntervalEvent<TPayload>.EndTime Property

Gets or sets the end time of the 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

IntervalEvent<TPayload> Class

Microsoft.ComplexEventProcessing Namespace