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