Click or drag to resize

TimeOfDay Constructor (Int32, 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 hour,
	int minute
)
Request Example View Source

Parameters

hour
Type: SystemInt32
The hour.
minute
Type: SystemInt32
The minute.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionhour or minute
See Also