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.
Namespace:  Microsoft.TeamFoundation.SourceControl.WebApi
Assembly:  Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)
Syntax
'Declaration
Public Sub SetFromDate ( _
    fromDate As DateTime _
)
public void SetFromDate(
    DateTime fromDate
)
public:
void SetFromDate(
    DateTime fromDate
)
member SetFromDate : 
        fromDate:DateTime -> unit
public function SetFromDate(
    fromDate : DateTime
)
Parameters
- fromDate
 Type: System.DateTime
.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.