Click or drag to resize

BoundaryItemHDADMultiplyIsApplicable 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
public bool IsApplicable(
	DateTime datetime
)

Parameters

datetime
Type: SystemDateTime
DateTime to investigate

Return Value

Type: Boolean
True if applicable, false otherwise

Implements

IBoundaryItemIsApplicable(DateTime)
See Also