ArcFM Engine Developer Guide
TimeInterval Constructor


Syntax
'Declaration
 
Public Function New( _
   ByVal begin As Date, _
   ByVal end As Date _
)
'Usage
 
Dim begin As Date
Dim end As Date
 
Dim instance As New TimeInterval(begin, end)
public TimeInterval( 
   DateTime begin,
   DateTime end
)

Parameters

begin
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

TimeInterval Structure
TimeInterval Members

 

 


Send Comment