Visual Basic (Declaration) | |
---|---|
Public Function UserCalculateEvent( _ ByVal username As String, _ ByVal StartDateTime As Date, _ ByVal DurationRequested As TimeSpan _ ) As Date |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As WorkflowManagementServer Dim username As String Dim StartDateTime As Date Dim DurationRequested As TimeSpan Dim value As Date value = instance.UserCalculateEvent(username, StartDateTime, DurationRequested) |
C# | |
---|---|
public DateTime UserCalculateEvent( string username, DateTime StartDateTime, TimeSpan DurationRequested ) |
C++/CLI | |
---|---|
public: DateTime UserCalculateEvent( String^ username, DateTime StartDateTime, TimeSpan DurationRequested ) |
Parameters
- username
- StartDateTime
- DurationRequested
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2