Click or drag to resize

DateTimeInterval(DateTime, DateTime) Constructor

Instantiates a new DateInterval with both bounds specified.

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

Parameters

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