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