Click or drag to resize

TimeOfDay Constructor (Int32)

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(
	int minutes
)
Request Example View Source

Parameters

minutes
Type: SystemInt32
The number of minutes past midnight.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionminutes
See Also