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