Operator to allow explicit conversion of TimeTicks class to a TimeSpan class.
Namespace: SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.9.1.0 (0.9.1)
Syntax
| C# |
|---|
public static explicit operator TimeSpan ( TimeTicks value ) |
| Visual Basic |
|---|
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