DatetimeMilliSecond Property |
Gets or sets the millisecond value of this Datetime object.
The 'get' result is undefined unless MilliSecond is set.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.23.1.1
Syntax public int MilliSecond { get; set; }
Public Property MilliSecond As Integer
Get
Set
public:
property int MilliSecond {
int get ();
void set (int value);
}
member MilliSecond : int with get, set
Property Value
Type:
Int32See Also