PointEvent.StartTime Property

 

Gets or sets the time of the point event.

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

Syntax

public DateTimeOffset StartTime { get; set; }
public:
property DateTimeOffset StartTime {
    virtual DateTimeOffset get() sealed;
    virtual void set(DateTimeOffset value) sealed;
}
abstract StartTime : DateTimeOffset with get, set
override StartTime : DateTimeOffset with get, set
Public Property StartTime As DateTimeOffset

Property Value

Type: System.DateTimeOffset

The time of the event.

See Also

PointEvent Class
Microsoft.ComplexEventProcessing Namespace

Return to top