OperationEvent.StartTime Property

Definition

Gets start time (in ticks) of current operation which stage type is End. Return null for other stage types.

public:
 property Nullable<long> StartTime { Nullable<long> get(); };
public long? StartTime { get; }
member this.StartTime : Nullable<int64>
Public ReadOnly Property StartTime As Nullable(Of Long)

Property Value

Applies to