BuildEventArgs.Timestamp Property

Definition

The time when event was raised.

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

Property Value

The time the event was raised as a DateTime.

Applies to