Click or drag to resize

TimeOfDay  Conversion (Int32 to TimeOfDay)

Performs an implicit conversion from Int32 to TimeOfDay.

Namespace:  Koopman.CheckPoint.Common
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
public static implicit operator TimeOfDay (
	int v
)
Request Example View Source

Parameters

v
Type: SystemInt32
The value.

Return Value

Type: TimeOfDay
The result of the conversion.
See Also