Click or drag to resize

DateTimeIntervalSetInterval Method

p_MinTime and p_MaxTime cannot be set both to null. p_MinTime must be a time point before p_MaxTime.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public void SetInterval(
	Nullable<DateTime> p_MinTime,
	Nullable<DateTime> p_MaxTime
)

Parameters

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