Click or drag to resize

TimeOfDay  Conversion (TimeOfDay to Int16)

Performs an implicit conversion from TimeOfDay to Int16.

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

Parameters

v
Type: Koopman.CheckPoint.CommonTimeOfDay
The value.

Return Value

Type: Int16
The result of the conversion.
See Also