This documentation is archived and is not being maintained.

CommitCheckinEventArgs::CreationDate Property

Gets the creation date of this commit.

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

public:
property DateTime CreationDate {
	DateTime get ();
}

Property Value

Type: System::DateTime
The creation date of this commit.

Show: