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
date
Type: System.DateTimeA System.DateTime object.
See Also
Reference
UserProfileChangeToken Members