Datetime Constructor (Int32, Int32, Int32) |
Creates Datetime object having the Date portion set to the specified
values. The time and timezone offset are in the unset state.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.15.0.1
Syntax public Datetime(
int year,
int month,
int dayOfMonth
)
Public Sub New (
year As Integer,
month As Integer,
dayOfMonth As Integer
)
public:
Datetime(
int year,
int month,
int dayOfMonth
)
new :
year : int *
month : int *
dayOfMonth : int -> Datetime
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.
See Also