RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Explicit conversion from RFA's Time to System.TimeSpan.
Namespace: ThomsonReuters.RFA.DataAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public static explicit operator TimeSpan ( Time rfaTime ) |
Visual Basic |
---|
Public Shared Narrowing Operator CType ( _ rfaTime As Time _ ) As TimeSpan |
Visual C++ |
---|
static explicit operator TimeSpan ( Time^ rfaTime ) |
F# |
---|
|
Parameters
- rfaTime
- Type: ThomsonReuters.RFA.Data..::..Time
The RFA's Time object.
Return Value
The System.TimeSpan object.
Exceptions
Exception | Condition |
---|---|
ThomsonReuters.RFA.Common..::..InvalidUsageException | RFA's Time is null. |