Click or drag to resize
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.25.11.64-experimental+d519cd77c15f00eb425bcde0dbe3273921f5910b
Syntax
public Datetime(
	Datetime other
)

Parameters

other
Type: Bloomberglp.BlpapiDatetime
the Datetime object to copy.
Exceptions
ExceptionCondition
ArgumentNullExceptionother is null.
See Also