Bloomberg API for .NET
SetTime Method (hour, minute, second, milliSecond)
NamespacesBloomberglp.BlpapiDatetimeSetTime(Int32, Int32, Int32, Int32)
Sets the time portions of this Datetime object to the specified values.
Declaration Syntax
C#Visual BasicVisual C++
public void SetTime(
	int hour,
	int minute,
	int second,
	int milliSecond
)
Public Sub SetTime ( 
	hour As Integer,
	minute As Integer,
	second As Integer,
	milliSecond As Integer
)
public:
void SetTime(
	int hour, 
	int minute, 
	int second, 
	int milliSecond
)
Parameters
hour (Int32)
The hour of the day between 0-23.
minute (Int32)
The minute between 0-59.
second (Int32)
The second between 0-59.
milliSecond (Int32)
The millisecond between 0-999.

Assembly: Bloomberglp.Blpapi (Module: Bloomberglp.Blpapi.dll) Version: 3.8.10.1