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