Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the date and the time of the file checkout.
Namespace: Microsoft.VisualStudio.SourceSafe.Interop
Assembly: Microsoft.VisualStudio.SourceSafe.Interop (in microsoft.visualstudio.sourcesafe.interop.dll)
Syntax
'Declaration
ReadOnly Property Date As DateTime
'Usage
Dim instance As IVSSCheckoutModifiable
Dim value As DateTime
value = instance.Date
DateTime Date { get; }
property DateTime Date {
DateTime get ();
}
/** @property */
DateTime get_Date ()
function get Date () : DateTime
Property Value
The date and the time of the file.
Remarks
[IDL]
HRESULT Date ([out,retval]DATE *pDate);
See Also
Reference
IVSSCheckoutModifiable Interface
IVSSCheckoutModifiable Members
Microsoft.VisualStudio.SourceSafe.Interop Namespace
IVSSCheckout.Date Property