ArcFM Engine Developer Guide
Contains(DateTime,DateTime) Method


Checks if a Range is in the collection
Syntax
'Declaration
 
Public Overloads Function Contains( _
   ByVal start As Date, _
   ByVal end As Date _
) As Boolean
'Usage
 
Dim instance As CalendarBlackoutDatesCollection
Dim start As Date
Dim end As Date
Dim value As Boolean
 
value = instance.Contains(start, end)
public bool Contains( 
   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

CalendarBlackoutDatesCollection Class
CalendarBlackoutDatesCollection Members
Overload List

 

 


Send Comment