Click or drag to resize

IPeriodicSpecialDayCheck Method (DateTime, Int32)

Check whether a date matches this special day. A usage is returned if the date matches the specialday. See also optimized version below, to use when date.Months and date.Day is precalculated.

Namespace:  DHI.Mike1D.BoundaryModule.PeriodicItem
Assembly:  DHI.Mike1D.BoundaryModule (in DHI.Mike1D.BoundaryModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
bool Check(
	DateTime date,
	out int usage
)

Parameters

date
Type: SystemDateTime
Date to check
usage
Type: SystemInt32
Outputs the usage of this special day

Return Value

Type: Boolean
true if the date matches.
See Also