Click or drag to resize

TimeOfDaySubtraction Operator (TimeOfDay, TimeOfDay)

Implements the operator -.

Namespace:  Koopman.CheckPoint.Common
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
public static TimeOfDay operator -(
	TimeOfDay c1,
	TimeOfDay c2
)
Request Example View Source

Parameters

c1
Type: Koopman.CheckPoint.CommonTimeOfDay
The TimeOfDay.
c2
Type: Koopman.CheckPoint.CommonTimeOfDay
The TimeOfDay to subtract.

Return Value

Type: TimeOfDay
The result of the operator.
See Also