UserProfileChangeToken constructor (DateTime)

Initializes a new instance of the UserProfileChangeToken class with the specified System.DateTime object.

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Public Sub New ( _
    date As DateTime _
)
'Usage
Dim date As DateTime

Dim instance As New UserProfileChangeToken(date)
public UserProfileChangeToken(
    DateTime date
)

Parameters

See also

Reference

UserProfileChangeToken class

UserProfileChangeToken members

UserProfileChangeToken overload

Microsoft.Office.Server.UserProfiles namespace