Sets the date portion of this Datetime object
to the specified values.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.22.0.1
Syntax public void SetDate(
int year,
int month,
int dayOfMonth
)
Public Sub SetDate (
year As Integer,
month As Integer,
dayOfMonth As Integer
)
public:
void SetDate(
int year,
int month,
int dayOfMonth
)
member SetDate :
year : int *
month : int *
dayOfMonth : 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.
See Also