This documentation is archived and is not being maintained.

IBuildMessage::Timestamp Property

Gets or sets the time when the message was logged.

Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)

property DateTime Timestamp {
	DateTime get ();
	void set (DateTime value);
}

Property Value

Type: System::DateTime
The time when the message was logged.

Show: