Responder Developer Guide
ScheduleForExecution Method


Syntax
'Declaration
 
Public Sub ScheduleForExecution( _
   ByVal start As Nullable(Of Date), _
   ByVal end As Nullable(Of Date) _
) 
'Usage
 
Dim instance As SwitchingOrder
Dim start As Nullable(Of Date)
Dim end As Nullable(Of Date)
 
instance.ScheduleForExecution(start, end)
public void ScheduleForExecution( 
   Nullable<DateTime> start,
   Nullable<DateTime> end
)

Parameters

start
end
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

SwitchingOrder Class
SwitchingOrder Members

 

 


Send Comment