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