TimeIntervalCollection.Contains Method (JulianDate) |
Determines if the collection contains a specified date.
Namespace:
AGI.Foundation.Time
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.3.420.0 (24.3.420.0)
Syntaxpublic bool Contains(
JulianDate date
)
Public Function Contains (
date As JulianDate
) As Boolean
public:
bool Contains(
JulianDate date
)
member Contains :
date : JulianDate -> bool
Parameters
- date
- Type: AGI.Foundation.Time.JulianDate
The date to look for in the collection.
Return Value
Type:
Booleantrue if this interval collection contains the specified date; otherwise
false.
See Also