RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Gets or sets the nanosecond (0 - 999 and 2047 indicates blank).
Namespace: ThomsonReuters.RFA.DataAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public ushort Nanosecond { get; set; } |
Visual Basic |
---|
Public Property Nanosecond As UShort Get Set |
Visual C++ |
---|
public: property unsigned short Nanosecond { unsigned short get (); void set (unsigned short value); } |
F# |
---|
member Nanosecond : uint16 with get, set |
Field Value
The nanosecond.
Exceptions
Exception | Condition |
---|---|
ThomsonReuters.RFA.Common..::..InvalidUsageException | Invalid usage when setting Nanosecond data. |