Datetime Constructor (Datetime) |
Constructs a Datetime object having the same values as specified 'other'
Datetime object.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.15.0.1
Syntax public Datetime(
Datetime other
)
Public Sub New (
other As Datetime
)
public:
Datetime(
Datetime^ other
)
new :
other : Datetime -> Datetime
Parameters
- other
- Type: Bloomberglp.BlpapiDatetime
the Datetime object to copy.
See Also