WindowDescriptor.EndTime Property

 

Gets or sets the end time of the window.

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

Syntax

public DateTimeOffset EndTime { get; }
public:
property DateTimeOffset EndTime {
    DateTimeOffset get();
}
member EndTime : DateTimeOffset with get
Public ReadOnly Property EndTime As DateTimeOffset

Property Value

Type: System.DateTimeOffset

The end time of the time window.

See Also

WindowDescriptor Structure
Microsoft.ComplexEventProcessing.Extensibility Namespace

Return to top