Click or drag to resize

TimeOfDay Constructor (String)

Initializes a new instance of the TimeOfDay class.

Namespace:  Koopman.CheckPoint.Common
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
public TimeOfDay(
	string time
)
Request Example View Source

Parameters

time
Type: SystemString
The time in HH:mm format.
Exceptions
ExceptionCondition
InvalidCastExceptionTimeOfDay
ArgumentOutOfRangeExceptionhour or minute
See Also