Sets the date, time and timezone offset portions
of this Datetime object to the specified values.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public void SetDatetimeTz( int year, int month, int dayOfMonth, int hour, int minute, int second, int milliSecond, int timezoneOffsetMinutes )
Public Sub SetDatetimeTz ( year As Integer, month As Integer, dayOfMonth As Integer, hour As Integer, minute As Integer, second As Integer, milliSecond As Integer, timezoneOffsetMinutes As Integer )
public: void SetDatetimeTz( int year, int month, int dayOfMonth, int hour, int minute, int second, int milliSecond, int timezoneOffsetMinutes )
Parameters
- year (Int32)
- The year.
- month (Int32)
- The month between 1-12.
- dayOfMonth (Int32)
- The day of the month between 1-31.
- 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