CheckPoint.NET
CheckPoint.NET
API Reference
Koopman.CheckPoint.Common
TimeRange Class
TimeRange Constructor
TimeRange Constructor (String, String)
TimeRange Constructor (TimeOfDay, TimeOfDay)
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#
Copy
public
TimeRange
(
TimeOfDay
start
,
TimeOfDay
end
)
Request Example
View Source
Parameters
start
Type:
Koopman.CheckPoint.Common
TimeOfDay
The start TimeOfDay.
end
Type:
Koopman.CheckPoint.Common
TimeOfDay
The end TimeOfDay.
Exceptions
Exception
Condition
ArgumentOutOfRangeException
end - End must be greater than start
See Also
Reference
TimeRange Class
TimeRange Overload
Koopman.CheckPoint.Common Namespace
Copyright (c) 2018 Tim Koopman