ArcFM Solution Developer Guide
TimeInterval Constructor


Syntax
'Declaration
 
Public Function New( _
   ByVal begin As System.Date, _
   ByVal end As System.Date _
)
'Usage
 
Dim begin As System.Date
Dim end As System.Date
 
Dim instance As New TimeInterval(begin, end)
public TimeInterval( 
   System.DateTime begin,
   System.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