IPeriodicSpecialDayCheck(DateTime, Int32, Int32, Int32) Method

Check whether a date matches this special day. A usage is returned if the date matches the specialday. Optimized version, when the date.Month and date.Day is precalculated.

Definition

Namespace: DHI.Mike1D.BoundaryModule.PeriodicItem
Assembly: DHI.Mike1D.BoundaryModule (in DHI.Mike1D.BoundaryModule.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
bool Check(
	DateTime date,
	int dateMonth,
	int dateDay,
	out int usage
)

Parameters

date  DateTime
Date to check
dateMonth  Int32
Date to check, must be date.Month
dateDay  Int32
Date to check, must be date.Day
usage  Int32
Outputs the usage of this special day

Return Value

Boolean
true if the date matches.

See Also