RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Gets or sets a Time data.
Namespace: ThomsonReuters.RFA.DataAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public Time Time { get; set; } |
Visual Basic |
---|
Public Property Time As Time Get Set |
Visual C++ |
---|
public: property Time^ Time { Time^ get (); void set (Time^ value); } |
F# |
---|
member Time : Time with get, set |
Field Value
A Time data.
For getting a Time data, the associated set accessor allows specification of select encodedTypes of LengthSpecified or Bit32Value.
Exceptions
Exception | Condition |
---|---|
ThomsonReuters.RFA.Common..::..InvalidUsageException | The Time is not valid when setting a Time data or Invalid data type when getting a Time data. |