Activity.StartTimeUtc Property

Definition

Gets the time when the operation started.

public:
 property DateTime StartTimeUtc { DateTime get(); };
public DateTime StartTimeUtc { get; }
member this.StartTimeUtc : DateTime
Public ReadOnly Property StartTimeUtc As DateTime

Property Value

The UTC time that the operation started.

Remarks

The StartTimeUtc property is typically initialized when Start() is called, but it can be set at any time by calling SetStartTime.

Applies to