Return true if this Datetime object has all of the specified parts set.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.25.11.64-experimental+d519cd77c15f00eb425bcde0dbe3273921f5910b
Syntaxpublic bool HasParts(
int parts
)
Public Function HasParts (
parts As Integer
) As Boolean
public:
bool HasParts(
int parts
)
member HasParts :
parts : int -> bool
Parameters
- parts
- Type: SystemInt32
The bitmap identifying which parts of this Datetime object needs to
be tested. The value of this parameter must be constructed by combining
together appropriate part bitmasks with bitwise logical OR.
Return Value
Type:
Boolean
See Also