IBoundaryItemIsApplicable Method (DateTime) |
Checks whether the item is applicable at the given datetime.
Namespace:
DHI.Mike1D.BoundaryModule
Assembly:
DHI.Mike1D.BoundaryModule (in DHI.Mike1D.BoundaryModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax bool IsApplicable(
DateTime datetime
)
Function IsApplicable (
datetime As DateTime
) As Boolean
bool IsApplicable(
DateTime datetime
)
Parameters
- datetime
- Type: SystemDateTime
DateTime to investigate
Return Value
Type:
BooleanTrue if applicable, false otherwise
See Also