Bloomberg API for .NET
Datetime Constructor (year, month, dayOfMonth)
NamespacesBloomberglp.BlpapiDatetimeDatetime(Int32, Int32, Int32)
Creates Datetime object having the Date portion set to the specified values. The time and timezone offset are in the unset state.
Declaration Syntax
C#Visual BasicVisual C++
public Datetime(
	int year,
	int month,
	int dayOfMonth
)
Public Sub New ( 
	year As Integer,
	month As Integer,
	dayOfMonth As Integer
)
public:
Datetime(
	int year, 
	int month, 
	int dayOfMonth
)
Parameters
year (Int32)
The year.
month (Int32)
The month between 1-12.
dayOfMonth (Int32)
The day of the month between 1-31.

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