Bloomberg API for .NET
SetTimeTz Method (hour, minute, second, milliSecond, timezoneOffsetMinutes)
NamespacesBloomberglp.BlpapiDatetimeSetTimeTz(Int32, Int32, Int32, Int32, Int32)
Setsthe time and timezone offset portions of this Datetime object to the specified values.
Declaration Syntax
C#Visual BasicVisual C++
public void SetTimeTz(
	int hour,
	int minute,
	int second,
	int milliSecond,
	int timezoneOffsetMinutes
)
Public Sub SetTimeTz ( 
	hour As Integer,
	minute As Integer,
	second As Integer,
	milliSecond As Integer,
	timezoneOffsetMinutes As Integer
)
public:
void SetTimeTz(
	int hour, 
	int minute, 
	int second, 
	int milliSecond, 
	int timezoneOffsetMinutes
)
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.
timezoneOffsetMinutes (Int32)

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