Click or drag to resize

DateTimeInterval Constructor (DateTime, DateTime)

Instantiates a new DateInterval with both bounds specified.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
Syntax
public DateTimeInterval(
	DateTime p_MinTime,
	DateTime p_MaxTime
)

Parameters

p_MinTime
Type: SystemDateTime
Left bound of the interval.
p_MaxTime
Type: SystemDateTime
Right bound of the interval.
Exceptions
ExceptionCondition
ArgumentExceptionThrows ArgumentException if p_MinTime is after p_MaxTime
See Also