UserProfileHelper.GetUserProfileDateTime Method

Namespace:  Microsoft.Office.Workflow.Actions
Assembly:  Microsoft.Office.Workflow.Actions (in Microsoft.Office.Workflow.Actions.dll)

Syntax

'Declaration
Public Shared Function GetUserProfileDateTime ( _
    context As WorkflowContext, _
    schemaName As String, _
    propertyName As String, _
    user As String _
) As DateTime
'Usage
Dim context As WorkflowContext
Dim schemaName As String
Dim propertyName As String
Dim user As String
Dim returnValue As DateTime

returnValue = UserProfileHelper.GetUserProfileDateTime(context, _
    schemaName, propertyName, user)
public static DateTime GetUserProfileDateTime(
    WorkflowContext context,
    string schemaName,
    string propertyName,
    string user
)

Parameters

Return Value

Type: System.DateTime

See Also

Reference

UserProfileHelper Class

UserProfileHelper Members

Microsoft.Office.Workflow.Actions Namespace