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, byte month, byte date, byte hour, byte minute, byte second ) |
Visual Basic |
---|
Public Sub SetDateTime ( _ year As UShort, _ month As Byte, _ date As Byte, _ hour As Byte, _ minute As Byte, _ second As Byte _ ) |
Visual C++ |
---|
public: void SetDateTime( unsigned short year, unsigned char month, unsigned char date, unsigned char hour, unsigned char minute, unsigned char second ) |
F# |
---|
member SetDateTime : year:uint16 * month:byte * date:byte * hour:byte * minute:byte * second:byte -> unit |
Parameters
- year
- Type: System..::..UInt16
The specified year.
- month
- Type: System..::..Byte
(1-12).
- date
- Type: System..::..Byte
(1-31).
- hour
- Type: System..::..Byte
(0-23).
- minute
- Type: System..::..Byte
(0-59).
- second
- Type: System..::..Byte
(0-60). Allow Leap Second Adjustment.
Exceptions
Exception | Condition |
---|---|
ThomsonReuters.RFA.Common..::..InvalidUsageException | Invalid Usage. |