Gets or sets the month value of this Datetime object.
The 'get' result is undefined unless Month is set.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.5.1
Syntax public int Month { get; set; }
Public Property Month As Integer
Get
Set
public:
property int Month {
int get ();
void set (int value);
}
member Month : int with get, set
Property Value
Type:
Int32See Also