| AbstractBoundaryItemIsApplicable 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
Syntaxpublic bool IsApplicable(
	DateTime datetime
)
Public Function IsApplicable ( 
	datetime As DateTime
) As Boolean
public:
virtual bool IsApplicable(
	DateTime datetime
) sealed
Parameters
- datetime
- Type: SystemDateTime
 DateTime to investigate
Return Value
Type: 
BooleanTrue if applicable, false otherwise
Implements
IBoundaryItemIsApplicable(DateTime) See Also
See Also