DatetimePicoSecond Property |
Gets or sets the number of (whole) picoseconds in the fraction-of-a-second
part of the value of this object. The 'get' result is undefined unless PicoSecond is set.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.15.0.1
Syntax public long PicoSecond { get; set; }
Public Property PicoSecond As Long
Get
Set
public:
property long long PicoSecond {
long long get ();
void set (long long value);
}
member PicoSecond : int64 with get, set
Property Value
Type:
Int64See Also