CheckinEvent Constructor (Int32, DateTime)

Construct an object by using a changeset number and the date/time the changeset was created.

Namespace:  Microsoft.TeamFoundation.VersionControl.Common
Assembly:  Microsoft.TeamFoundation.VersionControl.Common.Integration (in Microsoft.TeamFoundation.VersionControl.Common.Integration.dll)

Syntax

'Declaration
Public Sub New ( _
    changeset As Integer, _
    creationDate As DateTime _
)
public CheckinEvent(
    int changeset,
    DateTime creationDate
)
public:
CheckinEvent(
    int changeset, 
    DateTime creationDate
)
new : 
        changeset:int * 
        creationDate:DateTime -> CheckinEvent
public function CheckinEvent(
    changeset : int, 
    creationDate : DateTime
)

Parameters

.NET Framework Security

See Also

Reference

CheckinEvent Class

CheckinEvent Overload

Microsoft.TeamFoundation.VersionControl.Common Namespace