Click or drag to resize

TimeOfDayDecrement Operator

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

Parameters

c1
Type: Koopman.CheckPoint.CommonTimeOfDay
The TimeOfDay.

Return Value

Type: TimeOfDay
The result of the operator.
See Also