RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Encodes a 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 SetTime( byte hour, byte minute, byte second, ushort millisecond, ushort microsecond ) |
Visual Basic |
---|
Public Sub SetTime ( _ hour As Byte, _ minute As Byte, _ second As Byte, _ millisecond As UShort, _ microsecond As UShort _ ) |
Visual C++ |
---|
public: void SetTime( unsigned char hour, unsigned char minute, unsigned char second, unsigned short millisecond, unsigned short microsecond ) |
F# |
---|
member SetTime : hour:byte * minute:byte * second:byte * millisecond:uint16 * microsecond:uint16 -> unit |
Parameters
- hour
- Type: System..::..Byte
(0-23).
- minute
- Type: System..::..Byte
(0-59).
- second
- Type: System..::..Byte
(0-60). Allow Leap Second Adjustment.
- millisecond
- Type: System..::..UInt16
(0-999).
- microsecond
- Type: System..::..UInt16
(0-999).
Exceptions
Exception | Condition |
---|---|
ThomsonReuters.RFA.Common..::..InvalidUsageException | Invalid Usage. |