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