Operator to allow explicit conversion of TimeTicks class to a TimeSpan class.
Namespace:
SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.2.0 (0.5.2.0)
Syntax
| C# |
|---|
public static explicit operator TimeSpan ( TimeTicks value ) |
| Visual Basic (Declaration) |
|---|
Public Shared Narrowing Operator CType ( _ value As TimeTicks _ ) As TimeSpan |
| Visual C++ |
|---|
static explicit operator TimeSpan ( TimeTicks^ value ) |
Parameters
- value
- Type: SnmpSharpNet..::.TimeTicks
TimeTicks class to convert to TimeSpan