Click or drag to resize
DatetimeParts Property
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.12.5.1
Syntax
public int Parts { get; }

Property Value

Type: Int32
Remarks
This can be compared to the values in the Datetime Parts constants using bitwise operations.
See Also