Click or drag to resize

TimeOfDaySubtraction Operator (TimeOfDay, Int32)

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,
	int mins
)
Request Example View Source

Parameters

c1
Type: Koopman.CheckPoint.CommonTimeOfDay
The TimeOfDay.
mins
Type: SystemInt32
The number of minutes to subtract.

Return Value

Type: TimeOfDay
The result of the operator.
See Also