EdgeEvent<TPayload>.StartTime Property

Gets or sets the valid start time of the event. This value is ignored if this is an end edge event.

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

Syntax

public DateTimeOffset StartTime { get; set; }

Property Value

Type: System.DateTimeOffset
A [T:System:DateTime] object that represents the valid start 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<TPayload> Class

Microsoft.ComplexEventProcessing Namespace