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.1
Syntax
public void SetInterval(
	DateTime? p_MinTime,
	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