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



StartDateTime
DurationRequested

Glossary Item Box

Syntax

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

Parameters

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