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