| DatetimeMicroSecond Property |
Gets or sets the number of (whole) microseconds in the fraction-of-a-second
part of the value of this object. The 'get' result is undefined unless MicroSecond is set.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.21.0.1
Syntaxpublic int MicroSecond { get; set; }Public Property MicroSecond As Integer
Get
Set
public:
property int MicroSecond {
int get ();
void set (int value);
}member MicroSecond : int with get, set
Property Value
Type:
Int32
See Also