EdgeEvent.StartTime Property
Gets or sets the valid start time of the event.
Namespace: Microsoft.ComplexEventProcessing
Assembly: Microsoft.ComplexEventProcessing (in Microsoft.ComplexEventProcessing.dll)
Syntax
public DateTimeOffset StartTime { get; set; }
Property Value
Type: System.DateTimeOffset
The start time of the event.
Remarks
In the temporal model of StreamInsight, event start times are inclusive, whereas end times are exclusive.