RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Specifies a Date data with the encoding type.
Namespace: ThomsonReuters.RFA.DataAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public void SetDate( Date value, byte encodedType ) |
Visual Basic |
---|
Public Sub SetDate ( _ value As Date, _ encodedType As Byte _ ) |
Visual C++ |
---|
public: void SetDate( Date^ value, unsigned char encodedType ) |
F# |
---|
member SetDate : value:Date * encodedType:byte -> unit |
Parameters
- value
- Type: ThomsonReuters.RFA.Data..::..Date
A Date data.
- encodedType
- Type: System..::..Byte
The encoding type.Possible values are defined in DataBuffer..::..DataBufferEncodedEnum.
Exceptions
Exception | Condition |
---|---|
ThomsonReuters.RFA.Common..::..InvalidUsageException | The Date is not valid. |