DatetimeToSystemDateTime Method |
Converts this BLP Datetime object into System.DateTime object.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.6.1
Syntax public DateTime ToSystemDateTime()
Public Function ToSystemDateTime As DateTime
public:
DateTime ToSystemDateTime()
member ToSystemDateTime : unit -> DateTime
Return Value
Type:
DateTimeRemarks
If the timezone is UTC, the System.DateTime object returned is set as
Utc; if the timezone is the current local,
the System.DateTime object returned is set as
Local;
otherwise, it is set to be Unspecified.
If this object doesn't have date part,
it is set as the current date. If this object doesn't have time part, it is
set as 0:0:0.000.
See Also