ShellBrowser .Net Edition
IsInInterval Method (p_DateTime)
NamespacesJam.ShellDateTimeIntervalIsInInterval(DateTime)
Checks whether the time given as a parameter is within the interval specified by this DateInterval instance.
Declaration Syntax
C#Visual BasicVisual C++
public bool IsInInterval(
	DateTime p_DateTime
)
Public Function IsInInterval ( _
	p_DateTime As DateTime _
) As Boolean
public:
bool IsInInterval(
	DateTime p_DateTime
)
Parameters
p_DateTime (DateTime)
the datetime to check
Return Value
true, if p_DateTime is after the minimum time and p_DateTime is before the maximum time. If the minimum was not specified (has been set to null) it returns true if p_DateTime is before the maximum time set. If the maximum was not specified it returns true if p_DateTime is after the minimum time set.

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)