Bloomberg API for .NET
SetDate Method (year, month, dayOfMonth)
NamespacesBloomberglp.BlpapiDatetimeSetDate(Int32, Int32, Int32)
Sets the date portion of this Datetime object to the specified values.
Declaration Syntax
C#Visual BasicVisual C++
public void SetDate(
	int year,
	int month,
	int dayOfMonth
)
Public Sub SetDate ( 
	year As Integer,
	month As Integer,
	dayOfMonth As Integer
)
public:
void SetDate(
	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