Gets a bitmask of all parts that are set in this Datetime object.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.2.1
Syntax public int Parts { get; }
Public ReadOnly Property Parts As Integer
Get
public:
property int Parts {
int get ();
}
member Parts : int with get
Property Value
Type:
Int32Remarks
This can be compared to the values in the Datetime Parts constants using
bitwise operations.
See Also