Click or drag to resize
Datetime Constructor (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.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.13.2.1
Syntax
public Datetime(
	int hour,
	int minute,
	int second,
	int milliSecond
)

Parameters

hour
Type: SystemInt32
The hour of the day between 0-23.
minute
Type: SystemInt32
The minute between 0-59.
second
Type: SystemInt32
The second between 0-59.
milliSecond
Type: SystemInt32
The millisecond between 0-999.
See Also