ShellBrowser .Net Edition
DateTimeInterval Constructor (p_Time, after)
NamespacesJam.ShellDateTimeIntervalDateTimeInterval(DateTime, Boolean)
Instantiates an open DateInterval. If 'after' is true, returns true for all all time points after the specified p_Time. If 'after' is false, returns true for all all time points that are before the p_Time specified.
Declaration Syntax
C#Visual BasicVisual C++
public DateTimeInterval(
	DateTime p_Time,
	bool after
)
Public Sub New ( _
	p_Time As DateTime, _
	after As Boolean _
)
public:
DateTimeInterval(
	DateTime p_Time, 
	bool after
)
Parameters
p_Time (DateTime)
A point in time.
after (Boolean)
if true, only set the left bound of the interval. Otherwise only the right bound of it.

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