RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Gets or sets the Microsecond (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 Microsecond { get; set; } |
Visual Basic |
---|
Public Property Microsecond As UShort Get Set |
Visual C++ |
---|
public: property unsigned short Microsecond { unsigned short get (); void set (unsigned short value); } |
F# |
---|
member Microsecond : uint16 with get, set |
Field Value
The microsecond.
Exceptions
Exception | Condition |
---|---|
ThomsonReuters.RFA.Common..::..InvalidUsageException | Invalid data when setting the Millisecond. |