System.Bluetooth.TBluetoothManager.LastDiscoveredTimeStamp

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property LastDiscoveredTimeStamp: TDateTime read FLastDiscoveredTimeStamp;

C++

__property System::TDateTime LastDiscoveredTimeStamp = {read=FLastDiscoveredTimeStamp};

Properties

Type Visibility Source Unit Parent
property public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothManager

Description

Time when the last discovery operation finished.

See Also