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