Click or drag to resize

DateTimeInterval Constructor (DateTime, Boolean)

Instantiates an open DateInterval. If 'after' is true, IsInInterval(DateTime) returns true for all all time points after the specified p_Time. If 'after' is false, IsInInterval(DateTime) returns true for all all time points that are before the p_Time specified.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public DateTimeInterval(
	DateTime p_Time,
	bool after
)

Parameters

p_Time
Type: SystemDateTime
A point in time.
after
Type: SystemBoolean
if true, only set the left bound of the interval. Otherwise only the right bound of it.
See Also