BoundaryItemHDADMultiplyIsApplicable Method (DateTime, DateTime) | 
 
            Checks whether the item is applicable at the given time interval.
            It returns true also if the item covers only a part of the 
            start-end interval
            
 
    Namespace: 
   DHI.Mike1D.BoundaryModule
    Assembly:
   DHI.Mike1D.BoundaryModule (in DHI.Mike1D.BoundaryModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic bool IsApplicable(
	DateTime start,
	DateTime end
)
Public Function IsApplicable ( 
	start As DateTime,
	end As DateTime
) As Boolean
public:
virtual bool IsApplicable(
	DateTime start, 
	DateTime end
) sealed
Parameters
- start
 - Type: SystemDateTime
[Missing <param name="start"/> documentation for "M:DHI.Mike1D.BoundaryModule.BoundaryItemHDADMultiply.IsApplicable(System.DateTime,System.DateTime)"]
 - end
 - Type: SystemDateTime
[Missing <param name="end"/> documentation for "M:DHI.Mike1D.BoundaryModule.BoundaryItemHDADMultiply.IsApplicable(System.DateTime,System.DateTime)"]
 
Return Value
Type: 
Boolean[Missing <returns> documentation for "M:DHI.Mike1D.BoundaryModule.BoundaryItemHDADMultiply.IsApplicable(System.DateTime,System.DateTime)"]
Implements
IBoundaryItemIsApplicable(DateTime, DateTime)
See Also