CepEvent<TPayload>.EndTime Property

 

Gets the end time of the event.

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

Syntax

public DateTime EndTime { get; internal set; }
public:
property DateTime EndTime {
    DateTime get();
    internal: void set(DateTime value);
}
member EndTime : DateTime with get, internal set
Public Property EndTime As Date
    Get
    Friend Set
End Property

Property Value

Type: System.DateTime

A T:DateTime object that represents the end time of the event.

See Also

CepEvent<TPayload> Class
Microsoft.ComplexEventProcessing.Linq Namespace

Return to top