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 (in ShellBrowser.dll) Version: 7.2
Syntax
public void SetInterval(
	DateTime? p_MinTime,
	DateTime? p_MaxTime
)

Parameters

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