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