ArcFM Engine Developer Guide
CalendarDateRange Constructor(DateTime,DateTime)


Initializes a new instance of the CalendarDateRange class which accepts range start and end dates.
Syntax
'Declaration
 
Public Function New( _
   ByVal start As Date, _
   ByVal end As Date _
)
'Usage
 
Dim start As Date
Dim end As Date
 
Dim instance As New CalendarDateRange(start, end)
public CalendarDateRange( 
   DateTime start,
   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

CalendarDateRange Class
CalendarDateRange Members
Overload List

 

 


Send Comment