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.24.9.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.
Exceptions Exception | Condition |
---|
ArgumentNullException | other is null.
|
See Also