This documentation is archived and is not being maintained.
DateVersionSpec Class
Visual Studio 2013
Specifies a version based on a date/time stamp.
System.Object
Microsoft.TeamFoundation.VersionControl.Client.VersionSpec
Microsoft.TeamFoundation.VersionControl.Client.DateVersionSpec
Microsoft.TeamFoundation.VersionControl.Client.VersionSpec
Microsoft.TeamFoundation.VersionControl.Client.DateVersionSpec
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
The DateVersionSpec type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | DateVersionSpec(DateTime) | Initializes a new DateVersionSpec instance. |
![]() | DateVersionSpec(DateTime, String) | Initializes a new DateVersionSpec instance. |
| Name | Description | |
|---|---|---|
![]() | Date | Gets or sets the date. |
![]() | DisplayString | Gets the string representation of the version specification. (Inherited from VersionSpec.) |
![]() | OriginalText | Gets or sets the original text. |
| Name | Description | |
|---|---|---|
![]() | Equals | Determines whether this DateVersionSpec instance is equal to the specified instance. (Overrides Object.Equals(Object).) |
![]() | Format | Formats a path by using the version specifier. (Inherited from VersionSpec.) |
![]() | GetHashCode | Generates a hash code for this instance. (Overrides Object.GetHashCode().) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Creates a user-readable string that describes the properties of a DateVersionSpec object. (Overrides VersionSpec.ToString().) |
Show:
