ArcFM Engine Developer Guide
Contains(DateTime) Method


Checks if a DateTime is in the Collection
Syntax
'Declaration
 
Public Overloads Function Contains( _
   ByVal date As Date _
) As Boolean
'Usage
 
Dim instance As CalendarBlackoutDatesCollection
Dim date As Date
Dim value As Boolean
 
value = instance.Contains(date)
public bool Contains( 
   DateTime date
)

Parameters

date
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