UserProfileChangeToken Constructor (DateTime)
Initializes a new instance of the UserProfileChangeToken class.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.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
- date
Type: System.DateTime
A System.DateTime object.
See Also
Reference
UserProfileChangeToken Members