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