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.26.3.64-experimental+d7d4d9bba07b94fd0a19ff78810b8add95447f66
Syntaxpublic int Parts { get; }Public ReadOnly Property Parts As Integer
Get
public:
property int Parts {
int get ();
}member Parts : int with get
Property Value
Type:
Int32
Remarks
This can be compared to the values in the Datetime Parts constants using
bitwise operations.
See Also