RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Encodes a date with individual inputs.
Namespace: ThomsonReuters.RFA.DataAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public void SetDate( ushort year, byte month ) |
Visual Basic |
---|
Public Sub SetDate ( _ year As UShort, _ month As Byte _ ) |
Visual C++ |
---|
public: void SetDate( unsigned short year, unsigned char month ) |
F# |
---|
member SetDate : year:uint16 * month:byte -> unit |
Parameters
- year
- Type: System..::..UInt16
The specified year.
- month
- Type: System..::..Byte
(1-12).
Exceptions
Exception | Condition |
---|---|
ThomsonReuters.RFA.Common..::..InvalidUsageException | Invalid Usage. |