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.26.6.64-experimental+729270cf207a6113e8bbb043419936f745983b67
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