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