ArcFM Engine Developer Guide
AddRange Method (SelectedDatesCollection)


Adds a range of dates to the Calendar SelectedDates.
Syntax
'Declaration
 
Public Sub AddRange( _
   ByVal start As Date, _
   ByVal end As Date _
) 
'Usage
 
Dim instance As SelectedDatesCollection
Dim start As Date
Dim end As Date
 
instance.AddRange(start, end)
public void AddRange( 
   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

SelectedDatesCollection Class
SelectedDatesCollection Members

 

 


Send Comment