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