Bloomberg API for .NET
SetDateTz Method (year, month, dayOfMonth, timezoneOffsetMinutes)
NamespacesBloomberglp.BlpapiDatetimeSetDateTz(Int32, Int32, Int32, Int32)
Sets the date and timezone offset portions of this Datetime object to the specified values.
Declaration Syntax
C#Visual BasicVisual C++
public void SetDateTz(
	int year,
	int month,
	int dayOfMonth,
	int timezoneOffsetMinutes
)
Public Sub SetDateTz ( 
	year As Integer,
	month As Integer,
	dayOfMonth As Integer,
	timezoneOffsetMinutes As Integer
)
public:
void SetDateTz(
	int year, 
	int month, 
	int dayOfMonth, 
	int timezoneOffsetMinutes
)
Parameters
year (Int32)
The year.
month (Int32)
The month between 1-12.
dayOfMonth (Int32)
The day of the month between 1-31.
timezoneOffsetMinutes (Int32)

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