Click or drag to resize

TimeRange Constructor (TimeOfDay, TimeOfDay)

Initializes a new instance of the TimeRange class.

Namespace:  Koopman.CheckPoint.Common
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
public TimeRange(
	TimeOfDay start,
	TimeOfDay end
)
Request Example View Source

Parameters

start
Type: Koopman.CheckPoint.CommonTimeOfDay
The start TimeOfDay.
end
Type: Koopman.CheckPoint.CommonTimeOfDay
The end TimeOfDay.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionend - End must be greater than start
See Also