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.12.5.1
Syntax
public Datetime(
	Datetime other
)

Parameters

other
Type: Bloomberglp.BlpapiDatetime
the Datetime object to copy.
See Also