ArcFM Engine Developer Guide
ContainsAny Method


CalendarDateRange that is searched in BlackOutDays
Returns true if any day in the given DateTime range is contained in the BlackOutDays.
Syntax
'Declaration
 
Public Function ContainsAny( _
   ByVal range As CalendarDateRange _
) As Boolean
'Usage
 
Dim instance As CalendarBlackoutDatesCollection
Dim range As CalendarDateRange
Dim value As Boolean
 
value = instance.ContainsAny(range)
public bool ContainsAny( 
   CalendarDateRange range
)

Parameters

range
CalendarDateRange that is searched in BlackOutDays

Return Value

true if at least one day in the range is included in the BlackOutDays
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

 

 


Send Comment