Bloomberg API for .NET
Datetime Constructor (hour, minute, second, milliSecond)
NamespacesBloomberglp.BlpapiDatetimeDatetime(Int32, Int32, Int32, Int32)
Creates Datetime object having the Time portion set to the specified values. The Date and timezone offset are in the unset state.
Declaration Syntax
C#Visual BasicVisual C++
public Datetime(
	int hour,
	int minute,
	int second,
	int milliSecond
)
Public Sub New ( 
	hour As Integer,
	minute As Integer,
	second As Integer,
	milliSecond As Integer
)
public:
Datetime(
	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.9.6.1