DateVersionSpec.Date Property
Gets or set the date.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Property Date As DateTime
'Usage
Dim instance As DateVersionSpec
Dim value As DateTime
value = instance.Date
instance.Date = value
public DateTime Date { get; set; }
public:
property DateTime Date {
DateTime get ();
void set (DateTime value);
}
public function get Date () : DateTime
public function set Date (value : DateTime)
Property Value
Type: System.DateTime
A DateTime value that contains the date.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.