ZoneCalculateEvent(String,DateTime,TimeSpan) Method
See Also 
SourceCode.Workflow.Management Namespace > WorkflowManagementServer Class > ZoneCalculateEvent Method : ZoneCalculateEvent(String,DateTime,TimeSpan) Method



zonename
StartDateTime
DurationRequested

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Overloads Function ZoneCalculateEvent( _
   ByVal zonename As String, _
   ByVal StartDateTime As Date, _
   ByVal DurationRequested As TimeSpan _
) As Date
Visual Basic (Usage) Copy Code
Dim instance As WorkflowManagementServer
Dim zonename As String
Dim StartDateTime As Date
Dim DurationRequested As TimeSpan
Dim value As Date
 
value = instance.ZoneCalculateEvent(zonename, StartDateTime, DurationRequested)
C++/CLI  
public:
DateTime ZoneCalculateEvent( 
   String^ zonename,
   DateTime StartDateTime,
   TimeSpan DurationRequested
) 

Parameters

zonename
StartDateTime
DurationRequested

Requirements

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

See Also