Sets the date and timezone offset portions of
this Datetime object to the specified values.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.18.1.1
Syntax 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
)
member SetDateTz :
year : int *
month : int *
dayOfMonth : int *
timezoneOffsetMinutes : int -> unit
Parameters
- year
- Type: SystemInt32
The year. - month
- Type: SystemInt32
The month between 1-12. - dayOfMonth
- Type: SystemInt32
The day of the month between 1-31. - timezoneOffsetMinutes
- Type: SystemInt32
See Also