This documentation is archived and is not being maintained.

DateVersionSpec::Date Property

Gets or sets the date.

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

public:
property DateTime Date {
	DateTime get ();
	void set (DateTime value);
}

Property Value

Type: System::DateTime
The date.

Show: